Add new paper mode to i3
This commit is contained in:
@ -139,13 +139,16 @@ bindsym $mod+b split h
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# TOGGLE FLOATING
|
||||
#bindsym $mod+escape floating toggle; $center
|
||||
##bindsym $mod+escape floating toggle; $center
|
||||
|
||||
# MODE TOGGLE
|
||||
bindsym $mod+Shift+space focus mode_toggle
|
||||
|
||||
# PAPER MODE
|
||||
bindsym $mod+Ctrl+space floating toggle; resize set 780px 880px; $center
|
||||
bindsym $mod+Ctrl+space floating toggle; resize set 780px 880px;
|
||||
|
||||
# Small PAPER MODE
|
||||
bindsym $mod+Ctrl+p floating toggle; resize set 480px 580px;
|
||||
|
||||
# CENTER FLOATING
|
||||
bindsym $mod+c $center
|
||||
@ -293,8 +296,6 @@ bindsym $mod+Shift+s exec ~/.config/rofi/slack.sh
|
||||
|
||||
bindsym Print exec --no-startup-id gnome-screenshot
|
||||
bindsym $mod+Ctrl+i exec --no-startup-id $solobrowser https://play.unbl.ink/mobile
|
||||
bindsym $mod+Ctrl+g exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls
|
||||
bindsym $mod+Ctrl+p exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc
|
||||
bindsym $mod+Shift+u exec cvlc https://stream.unbl.ink/mopidy
|
||||
bindsym $mod+Shift+p exec cvlc https://playerservices.streamtheworld.com/api/livestream-redirect/WMEAFM.mp3
|
||||
bindsym $mod+Ctrl+u exec pkill vlc
|
||||
|
||||
Reference in New Issue
Block a user