From f16e7f03a14d2f59f345d96386135093c8507e6d Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 12 Jan 2023 20:08:24 -0800 Subject: x: exec xmodmap --- dot_config/i3/config | 4 +++- dot_spacemacs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dot_config/i3/config b/dot_config/i3/config index ef0c15b..10edb69 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -400,6 +400,8 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc # Autostart apps as you like #exec --no-startup-id sleep 5 && thunderbird +exec --no-startup-id xmodmap ~/.Xmodmap + ################## # floating rules # ################## @@ -425,6 +427,7 @@ for_window [class="1Password"] floating enable resize 800 800 #for_window [class="TelegramDesktop"] floating enable resize set 800 800 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 # Make the currently focused window a scratchpad bindsym $mod+Shift+m move scratchpad @@ -495,7 +498,6 @@ bar { # https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4 # #08052be6 --> e6=90% - ##################################### # Application menu handled by rofi: # ##################################### diff --git a/dot_spacemacs b/dot_spacemacs index 0efe7db..092312b 100644 --- a/dot_spacemacs +++ b/dot_spacemacs @@ -46,7 +46,7 @@ This function should only modify configuration layer settings." ;; lsp ;; markdown multiple-cursors - ;; org + org ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) -- cgit v1.2.3