diff options
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index ef94027..6116923 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -190,7 +190,6 @@ bindsym F1 exec ~/.config/i3/scripts/keyhint-2 | |||
190 | # switch between builtin monitor and external monitors | 190 | # switch between builtin monitor and external monitors |
191 | bindsym F9 exec --no-startup-id ~/.config/i3/scripts/monitor | 191 | bindsym F9 exec --no-startup-id ~/.config/i3/scripts/monitor |
192 | 192 | ||
193 | |||
194 | # Backlight control | 193 | # Backlight control |
195 | bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" | 194 | bindsym XF86MonBrightnessUp 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)%" | 195 | bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -5 && notify-send "Brightness - $(xbacklight -get | cut -d '.' -f 1)%" |
@@ -267,10 +266,13 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous | |||
267 | # Redirect sound to headphones | 266 | # Redirect sound to headphones |
268 | #bindsym $mod+p exec /usr/local/bin/switch-audio-port | 267 | #bindsym $mod+p exec /usr/local/bin/switch-audio-port |
269 | 268 | ||
270 | ## App shortcuts | 269 | # App shortcuts |
271 | bindsym $mod+w exec /usr/bin/firefox | 270 | bindsym $mod+w exec /usr/bin/firefox |
272 | bindsym $mod+n exec /usr/bin/thunar | 271 | bindsym $mod+n exec /usr/bin/thunar |
273 | bindsym Print exec --no-startup-id mkdir -p ~/Pictures/Screenshot/`date +"%Y/%m"` && scrot ~/Pictures/Screenshot/%Y/%m/%Y-%m-%d-%T-screenshot.png && notify-send "Screenshot saved" | 272 | |
273 | # Screenshot | ||
274 | bindsym Print exec --no-startup-id flameshot gui | ||
275 | bindsym $mod+Print exec --no-startup-id flameshot full | ||
274 | 276 | ||
275 | # Power Profiles menu switcher (rofi) | 277 | # Power Profiles menu switcher (rofi) |
276 | bindsym $mod+Shift+p exec --no-startup-id ~/.config/i3/scripts/power-profiles | 278 | bindsym $mod+Shift+p exec --no-startup-id ~/.config/i3/scripts/power-profiles |