Feat(sway): add script for screenshots
This commit is contained in:
@@ -62,6 +62,11 @@ input type:touchpad {
|
||||
tap enabled
|
||||
}
|
||||
|
||||
input type:pointer {
|
||||
accel_profile flat
|
||||
pointer_accel 0
|
||||
}
|
||||
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
@@ -88,6 +93,7 @@ input type:touchpad {
|
||||
# Start your launcher
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+p exec rofi-pass
|
||||
bindsym Print exec ~/.local/bin/sway/rofi_screenshot.sh 2> ~/tmp/rofi_debug.log
|
||||
|
||||
# Drag floating windows by holding down $mod and left mouse button.
|
||||
# Resize them with right mouse button + $mod.
|
||||
@@ -240,7 +246,8 @@ bindsym XF86MonBrightnessDown exec lightctl down
|
||||
# Decoration
|
||||
#
|
||||
|
||||
default_border pixel 1
|
||||
|
||||
default_border pixel 2
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #d65d0e #be5046 #ffffff #be5046 #be5046
|
||||
|
||||
|
||||
Reference in New Issue
Block a user