aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-13 15:46:23 -0700
committerclarkzjw <[email protected]>2023-03-13 15:46:23 -0700
commit2e053f93b615d2a60b2e5a3e18ad002e35b6f49c (patch)
treee57ef7a538465c9f2b1713d56fd50a99baeb98ea
parent6d118a52a887eb0b5038e6f2e860940c60079a04 (diff)
downloaddotfiles-2e053f93b615d2a60b2e5a3e18ad002e35b6f49c.tar.gz
i3: floating lxappearance
-rw-r--r--dot_config/i3/config3
-rw-r--r--dot_zshrc2
2 files changed, 3 insertions, 2 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config
index 8f5a254..4676493 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -242,7 +242,7 @@ bindsym $mod+a focus parent
242 242
243# App shortcuts 243# App shortcuts
244bindsym $mod+w exec /usr/bin/firefox 244bindsym $mod+w exec /usr/bin/firefox
245bindsym $mod+n exec env GDK_SCALE=2 /usr/bin/thunar 245bindsym $mod+n exec env GDK_SCALE=1 /usr/bin/thunar
246 246
247# Screenshot 247# Screenshot
248bindsym Print exec --no-startup-id flameshot gui 248bindsym Print exec --no-startup-id flameshot gui
@@ -339,6 +339,7 @@ for_window [class="TelegramDesktop"] floating enable resize set 1300 1200
339for_window [class="eudic"] floating enable resize set 800 800 339for_window [class="eudic"] floating enable resize set 800 800
340for_window [class="Nitrogen"] floating enable resize set 800 800 340for_window [class="Nitrogen"] floating enable resize set 800 800
341for_window [window_role="About"] floating enable 341for_window [window_role="About"] floating enable
342for_window [class="Lxappearance"] floating enable
342 343
343############## 344##############
344# compositor # 345# compositor #
diff --git a/dot_zshrc b/dot_zshrc
index ef1ce4b..ab72106 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -70,7 +70,7 @@ HIST_STAMPS="mm/dd/yyyy"
70# Custom plugins may be added to $ZSH_CUSTOM/plugins/ 70# Custom plugins may be added to $ZSH_CUSTOM/plugins/
71# Example format: plugins=(rails git textmate ruby lighthouse) 71# Example format: plugins=(rails git textmate ruby lighthouse)
72# Add wisely, as too many plugins slow down shell startup. 72# Add wisely, as too many plugins slow down shell startup.
73plugins=(git fzf-zsh-plugin) 73plugins=(git fzf)
74 74
75source $ZSH/oh-my-zsh.sh 75source $ZSH/oh-my-zsh.sh
76 76
Powered by cgit v1.2.3 (git 2.41.0)