aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-12 20:08:24 -0800
committerclarkzjw <[email protected]>2023-01-12 20:08:24 -0800
commitf16e7f03a14d2f59f345d96386135093c8507e6d (patch)
tree044713abbae10418793571998071153a73f92b5e
parent319d5e31ecaee138833583291c550794abe7e20c (diff)
downloaddotfiles-f16e7f03a14d2f59f345d96386135093c8507e6d.tar.gz
x: exec xmodmap
-rw-r--r--dot_config/i3/config4
-rw-r--r--dot_spacemacs2
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
403exec --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
426for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 428for_window [class="TelegramDesktop"] floating enable resize set 1300 1200
427for_window [class="eudic"] floating enable resize set 800 800 429for_window [class="eudic"] floating enable resize set 800 800
430for_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
430bindsym $mod+Shift+m move scratchpad 433bindsym $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)
Powered by cgit v1.2.3 (git 2.41.0)