bunch of stuff idk
This commit is contained in:
parent
658c50336c
commit
d40ae0140e
13 changed files with 56 additions and 18 deletions
|
@ -2,10 +2,10 @@
|
|||
$bindsym $mod+Return exec kitty
|
||||
$bindsym $mod+Home exec thunar
|
||||
$bindsym $mod+b exec firefox
|
||||
$bindsym $mod+d exec wofi --show drun --color $HOME/.cache/wal/colors --allow-images
|
||||
$bindsym $mod+d exec $menu
|
||||
|
||||
# quick-access screenshot
|
||||
$bindsym $mod+g exec $screenshot_selection
|
||||
$bindsym $mod+g exec $HOME/bin/screengrab
|
||||
$bindsym $mod+Shift+g exec $screenshot_selection
|
||||
|
||||
# session actions
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
set $mode_resize "<b>Resize</b><i>eo</i>"
|
||||
set $mode_resize "<b>Resize</b>"
|
||||
mode --pango_markup $mode_resize {
|
||||
$bindsym h resize shrink width 10 px or 10 ppt
|
||||
$bindsym j resize grow height 10 px or 10 ppt
|
||||
|
|
|
@ -14,6 +14,7 @@ mode --pango_markup $mode_screenshot {
|
|||
|
||||
# Return to default mode.
|
||||
$bindsym Escape mode "default"
|
||||
$bindsym Return mode "default"
|
||||
}
|
||||
|
||||
## Launch // Screenshot Mode ##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue