Fixed a few things
This commit is contained in:
parent
bc47a8692d
commit
8cbcb7c73b
1 changed files with 5 additions and 4 deletions
|
@ -196,7 +196,7 @@ 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
|
||||||
|
|
||||||
# Screen brightness controls
|
# Screen brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
|
||||||
|
@ -226,7 +226,7 @@ bindsym Print exec --no-startup-id grim -g "$(slurp)" - | swappy -f -
|
||||||
|
|
||||||
# Startup
|
# Startup
|
||||||
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 --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
#exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||||
|
@ -237,8 +237,9 @@ 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 &
|
||||||
#exec --no-startup-id xfce4-power-manager 2>&1 &
|
#exec --no-startup-id xfce4-power-manager 2>&1 &
|
||||||
exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
#exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
|
||||||
exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
|
#exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
|
||||||
|
exec wl-paste -t text --watch clipman store --no-persist &
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
default_border pixel 0
|
default_border pixel 0
|
||||||
|
|
Loading…
Reference in a new issue