Added Farge

This commit is contained in:
James Patrick 2019-11-25 12:23:38 -05:00
parent e1acc457cd
commit 3f28364a66
2 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,7 @@
# #
# Logo key. Use Mod1 for Alt. # Logo key. Use Mod1 for Alt.
set $mod Mod4 set $mod Mod4
set $ctrl Control
# Home row direction keys, like vim # Home row direction keys, like vim
set $left h set $left h
set $down j set $down j
@ -21,6 +22,7 @@ set $PIP floating enabled ; sticky enabled ; border pixel 0
for_window [class="mpv"] $PIP for_window [class="mpv"] $PIP
for_window [class="pip"] $PIP for_window [class="pip"] $PIP
for_window [window_role="PictureInPicture"] $PIP for_window [window_role="PictureInPicture"] $PIP
for_window [class="feh"] floating enabled ; border pixel 0
# Status Bar: # Status Bar:
bar { bar {

View File

@ -67,11 +67,9 @@ bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10 bindsym $mod+Shift+0 move container to workspace 10
#bindsym $mod+print exec file=~/Pictures/Screenshots/Screenshot-$(date '+%Y%m%d%H%M%S').mp4 \ # Printscreen functions
## && wf-recorder -g "$(slurp)" $file \
## && wl-copy $file \
## && notify-send -i $file "File copied to clipboard"
bindsym print exec $printscreen bindsym print exec $printscreen
bindsym $ctrl+print exec farge
################################################################################ ################################################################################
# Layout stuff: # Layout stuff: