diff options
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 5fa0715..ef94027 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -187,6 +187,10 @@ bindsym F1 exec ~/.config/i3/scripts/keyhint-2 | |||
187 | # keybinding list in editor: | 187 | # keybinding list in editor: |
188 | # bindsym $mod+F1 exec xed ~/.config/i3/keybindings | 188 | # bindsym $mod+F1 exec xed ~/.config/i3/keybindings |
189 | 189 | ||
190 | # switch between builtin monitor and external monitors | ||
191 | bindsym F9 exec --no-startup-id ~/.config/i3/scripts/monitor | ||
192 | |||
193 | |||
190 | # Backlight control | 194 | # Backlight control |
191 | bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" | 195 | bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" |
192 | bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" | 196 | bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" |
@@ -360,7 +364,7 @@ exec --no-startup-id dex --autostart --environment i3 | |||
360 | 364 | ||
361 | # start a script to setup displays | 365 | # start a script to setup displays |
362 | # uncomment the next line, use arandr to setup displays and save the file as monitor: | 366 | # uncomment the next line, use arandr to setup displays and save the file as monitor: |
363 | exec --no-startup-id ~/.screenlayout/monitor.sh | 367 | exec --no-startup-id ~/.screenlayout/builtin-only.sh |
364 | 368 | ||
365 | # set wallpaper | 369 | # set wallpaper |
366 | exec --no-startup-id nitrogen --restore | 370 | exec --no-startup-id nitrogen --restore |
@@ -526,7 +530,7 @@ bar { | |||
526 | # Application menu handled by rofi: # | 530 | # Application menu handled by rofi: # |
527 | ##################################### | 531 | ##################################### |
528 | 532 | ||
529 | ## rofi bindings fancy application menu ($mod+d /F9 optional disabled) | 533 | ## rofi bindings fancy application menu |
530 | 534 | ||
531 | bindsym $mod+d exec rofi -modi drun -show drun \ | 535 | bindsym $mod+d exec rofi -modi drun -show drun \ |
532 | -config ~/.config/rofi/rofidmenu.rasi | 536 | -config ~/.config/rofi/rofidmenu.rasi |