Compare commits
No commits in common. "706c821896753c20518982a478e3b28bb5e9696e" and "eb6cb180ee974caeb61639bd52a6cd41f46f611b" have entirely different histories.
706c821896
...
eb6cb180ee
2 changed files with 2 additions and 8 deletions
1
.config/sway/.gitignore
vendored
1
.config/sway/.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
config.d/idle.conf
|
config.d/idle.conf
|
||||||
config.d/background.conf
|
config.d/background.conf
|
||||||
config.d/lock.conf
|
config.d/lock.conf
|
||||||
config.d/other.conf
|
|
||||||
|
|
|
@ -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 alacritty
|
bindsym $mod+Return exec i3-sensible-terminal
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
@ -191,17 +191,12 @@ 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
|
||||||
|
@ -233,11 +228,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