Setup conky for laptop, update keybinds

This commit is contained in:
2020-01-20 11:33:36 -05:00
parent 799551e7d0
commit b55c282a15
3 changed files with 20 additions and 23 deletions

View File

@@ -191,6 +191,11 @@ bindsym $mod+0 workspace $ws10
# for_window [title="origin"] resize set width 1000
# for_window [title="origin"] move position center
bindsym $mod+Ctrl+a exec "pavucontrol"
for_window [class="Pavucontrol"] floating enable
for_window [class="Pavucontrol"] resize set height 400
for_window [class="Pavucontrol"] resize set width 600
for_window [class="Pavucontrol"] move position center
# reload the configuration file
bindsym $mod+Shift+c reload
@@ -221,12 +226,9 @@ bindsym $mod+Shift+f exec firefox
bindsym $mod+Ctrl+d exec blueman-manager
## Screenshot keybinds
###########################################
# Screenshot all displays
bindsym Print exec --no-startup-id i3-scrot
# Screenshot active window
bindsym $mod+Print --release exec --no-startup-id i3-scrot -w
# Screenshot marquee tool
bindsym $mod+Shift+p --release exec --no-startup-id i3-scrot -s
bindsym $mod+Shift+p --release exec --no-startup-id scrot -s
# Restart, reload, kill keybinds
###########################################