diff options
author | clarkzjw <[email protected]> | 2023-01-12 20:08:24 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-12 20:08:24 -0800 |
commit | f16e7f03a14d2f59f345d96386135093c8507e6d (patch) | |
tree | 044713abbae10418793571998071153a73f92b5e | |
parent | 319d5e31ecaee138833583291c550794abe7e20c (diff) | |
download | dotfiles-f16e7f03a14d2f59f345d96386135093c8507e6d.tar.gz |
x: exec xmodmap
-rw-r--r-- | dot_config/i3/config | 4 | ||||
-rw-r--r-- | 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 | |||
400 | # Autostart apps as you like | 400 | # Autostart apps as you like |
401 | #exec --no-startup-id sleep 5 && thunderbird | 401 | #exec --no-startup-id sleep 5 && thunderbird |
402 | 402 | ||
403 | exec --no-startup-id xmodmap ~/.Xmodmap | ||
404 | |||
403 | ################## | 405 | ################## |
404 | # floating rules # | 406 | # floating rules # |
405 | ################## | 407 | ################## |
@@ -425,6 +427,7 @@ for_window [class="1Password"] floating enable resize 800 800 | |||
425 | #for_window [class="TelegramDesktop"] floating enable resize set 800 800 | 427 | #for_window [class="TelegramDesktop"] floating enable resize set 800 800 |
426 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 | 428 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 |
427 | for_window [class="eudic"] floating enable resize set 800 800 | 429 | for_window [class="eudic"] floating enable resize set 800 800 |
430 | for_window [class="Nitrogen"] floating enable resize set 800 800 | ||
428 | 431 | ||
429 | # Make the currently focused window a scratchpad | 432 | # Make the currently focused window a scratchpad |
430 | bindsym $mod+Shift+m move scratchpad | 433 | bindsym $mod+Shift+m move scratchpad |
@@ -495,7 +498,6 @@ bar { | |||
495 | # https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4 | 498 | # https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4 |
496 | # #08052be6 --> e6=90% | 499 | # #08052be6 --> e6=90% |
497 | 500 | ||
498 | |||
499 | ##################################### | 501 | ##################################### |
500 | # Application menu handled by rofi: # | 502 | # Application menu handled by rofi: # |
501 | ##################################### | 503 | ##################################### |
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." | |||
46 | ;; lsp | 46 | ;; lsp |
47 | ;; markdown | 47 | ;; markdown |
48 | multiple-cursors | 48 | multiple-cursors |
49 | ;; org | 49 | org |
50 | ;; (shell :variables | 50 | ;; (shell :variables |
51 | ;; shell-default-height 30 | 51 | ;; shell-default-height 30 |
52 | ;; shell-default-position 'bottom) | 52 | ;; shell-default-position 'bottom) |