From 2e053f93b615d2a60b2e5a3e18ad002e35b6f49c Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Mon, 13 Mar 2023 15:46:23 -0700 Subject: i3: floating lxappearance --- dot_config/i3/config | 3 ++- dot_zshrc | 2 +- 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 # App shortcuts bindsym $mod+w exec /usr/bin/firefox -bindsym $mod+n exec env GDK_SCALE=2 /usr/bin/thunar +bindsym $mod+n exec env GDK_SCALE=1 /usr/bin/thunar # Screenshot bindsym Print exec --no-startup-id flameshot gui @@ -339,6 +339,7 @@ for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 for_window [class="eudic"] floating enable resize set 800 800 for_window [class="Nitrogen"] floating enable resize set 800 800 for_window [window_role="About"] floating enable +for_window [class="Lxappearance"] floating enable ############## # 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" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git fzf-zsh-plugin) +plugins=(git fzf) source $ZSH/oh-my-zsh.sh -- cgit v1.2.3