사용자 도구

사이트 도구


linux:gnome

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:gnome [2020/06/24 11:19]
kwon37xi [Panel button margin / padding]
linux:gnome [2020/07/03 13:36]
kwon37xi [작업공간 조정]
줄 18: 줄 18:
  
 {{:linux:스크린샷_2020-06-10_09-32-50.png?400|}} {{:linux:스크린샷_2020-06-10_09-32-50.png?400|}}
- +  * 현재 작업공간에서만 애플리케이션 스위칭을 하려면 ''dconf-editor''에서 다음 값을 ''true''로 변경해준다. 
 +    * ''/org/gnome/shell/app-switcher/current-workspace-only'' 
 +    * ''/org/gnome/shell/window-switcher/current-workspace-only'' 
 +  * ''dash-to-dock'', ''ubuntu-dock'', ''dash-to-panel'' 등의 플러그인에서는 각각의 플러그인 설정을 따른다.
 ===== gnome-shell-extension-prefs ===== ===== gnome-shell-extension-prefs =====
   * gnome 확장 설정(Gnome Tweaks 없이도 가능)   * gnome 확장 설정(Gnome Tweaks 없이도 가능)
줄 31: 줄 33:
   * ''gnome-tweaks''의 **최상위 표시줄 -> 활동 개요 핫 코너**를 off 해주면 된다.   * ''gnome-tweaks''의 **최상위 표시줄 -> 활동 개요 핫 코너**를 off 해주면 된다.
  
 +===== Panel button margin / padding =====
 +  * [[https://unix.stackexchange.com/questions/80542/change-reduce-gnome-3-horizontal-icon-padding-in-notification-area-debian-whe|gnome3 - Change (reduce) Gnome 3 horizontal icon padding in notification area (Debian Wheezy) - Unix & Linux Stack Exchange]]
 +  * ''~/.themes/kwon37xi-custom/gnome-shell/gnome-shell.css'' 를 다음과 같이 만들고<code>
 +.panel-button {
 +    -natural-hpadding: 1px;
 +    -minimum-hpadding: 1px;
 +}
 +</code>
 +  * ''gnome-tweaks'' 에서 gnome-shell 테마를 선택해준다. 나머지 설정은 기본값을 자동 임포트한다.
 +  * ''dash-to-panel'' 플러그인 사용시에, 위 값과 동일하게 **Fine-Tune -> Tray Icon Padding/Status Icon Padding** 등을 조정해준다.
 +  * [[https://stackoverflow.com/questions/9943531/how-to-change-gnome3-panel-padding-on-linux-mint-12|gnome - How to change GNOME3 panel padding on Linux Mint 12? - Stack Overflow]] 
 ===== 참조 ===== ===== 참조 =====
   * [[https://wiki.gnome.org/Gnome3CheatSheet|Gnome3CheatSheet - GNOME Wiki!]]   * [[https://wiki.gnome.org/Gnome3CheatSheet|Gnome3CheatSheet - GNOME Wiki!]]
linux/gnome.txt · 마지막으로 수정됨: 2023/06/10 11:11 저자 kwon37xi