Fixed Kanshi, added force quit bind, fixed terminal and keyboard
This commit is contained in:
parent
8873e2fd44
commit
706c821896
1 changed files with 7 additions and 2 deletions
|
@ -45,7 +45,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
bindsym $mod+Return exec alacritty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
@ -191,12 +191,17 @@ bindsym Ctrl+Mod1+l exec --no-startup-id $lock_command
|
||||||
# Background
|
# Background
|
||||||
output "*" bg $background fill
|
output "*" bg $background fill
|
||||||
|
|
||||||
|
# Keyboard
|
||||||
|
input keyboard repeat_delay 250
|
||||||
|
input keyboard repeat_rate 50
|
||||||
|
|
||||||
# Move workspace over to neighboring monitors
|
# Move workspace over to neighboring monitors
|
||||||
bindsym $mod+Ctrl+Left move workspace to output left
|
bindsym $mod+Ctrl+Left move workspace to output left
|
||||||
bindsym $mod+Ctrl+Right move workspace to output right
|
bindsym $mod+Ctrl+Right move workspace to output right
|
||||||
|
|
||||||
# xkill
|
# xkill
|
||||||
#bindsym $mod+Ctrl+q --release exec --no-startup-id xkill -display $DISPLAY
|
#bindsym $mod+Ctrl+q --release exec --no-startup-id xkill -display $DISPLAY
|
||||||
|
bindsym $mod+Ctrl+q exec --no-startup-id swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true) | .pid' | kill -9 $(cat /dev/stdin)
|
||||||
|
|
||||||
# Screen brightness controls
|
# Screen brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
|
||||||
|
@ -228,11 +233,11 @@ bindsym Print exec --no-startup-id grim -g "$(slurp)" - | swappy -f -
|
||||||
exec_always --no-startup-id $HOME/.config/waybar/launch.sh 2>&1
|
exec_always --no-startup-id $HOME/.config/waybar/launch.sh 2>&1
|
||||||
#exec_always --no-startup-id ~/.config/i3/customalways.sh 2>&1
|
#exec_always --no-startup-id ~/.config/i3/customalways.sh 2>&1
|
||||||
exec_always --no-startup-id ~/.config/sway/import-gsettings
|
exec_always --no-startup-id ~/.config/sway/import-gsettings
|
||||||
|
exec_always killall kanshi && kanshi &
|
||||||
|
|
||||||
#exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
#exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||||
#exec --no-startup-id picom -b 2>&1 &
|
#exec --no-startup-id picom -b 2>&1 &
|
||||||
exec --no-startup-id dunst 2>&1 &
|
exec --no-startup-id dunst 2>&1 &
|
||||||
exec --no-startup-id kanshi &
|
|
||||||
exec --no-startup-id lxqt-policykit-agent 2>&1 &
|
exec --no-startup-id lxqt-policykit-agent 2>&1 &
|
||||||
exec --no-startup-id syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 &
|
exec --no-startup-id syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 &
|
||||||
exec --no-startup-id kdeconnect-indicator 2>&1 &
|
exec --no-startup-id kdeconnect-indicator 2>&1 &
|
||||||
|
|
Loading…
Reference in a new issue