mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Update personal config
This commit is contained in:
parent
a29790fbdd
commit
45f5f41399
9 changed files with 74 additions and 30 deletions
|
@ -40,8 +40,6 @@ output HDMI-A-1 {
|
|||
adaptive_sync off
|
||||
}
|
||||
|
||||
exec "~/.config/sway/scripts/vrr_fullscreen.sh"
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
# Example configuration:
|
||||
|
@ -205,12 +203,18 @@ bindsym $mod+Shift+8 move container to workspace $ws8
|
|||
bindsym $mod+Shift+9 move container to workspace $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
bindsym $mod+Tab move workspace to output right
|
||||
bindsym $mod+Tab focus output right
|
||||
bindsym $mod+Shift+Tab move workspace to output right
|
||||
bindsym $mod+Control+Shift+Right move workspace to output right
|
||||
bindsym $mod+Control+Shift+Left move workspace to output left
|
||||
bindsym $mod+Control+Shift+Down move workspace to output down
|
||||
bindsym $mod+Control+Shift+Up move workspace to output up
|
||||
|
||||
bindsym $mod+comma focus output left
|
||||
bindsym $mod+period focus output right
|
||||
bindsym $mod+Shift+comma move container to output left
|
||||
bindsym $mod+Shift+period move container to output right
|
||||
|
||||
##############
|
||||
# Layout stuff
|
||||
##############
|
||||
|
@ -437,18 +441,19 @@ assign [class=$ws7classes] $ws7
|
|||
|
||||
# Autostart
|
||||
|
||||
exec_always "~/.config/sway/scripts/vrr_fullscreen.sh"
|
||||
exec waybar &
|
||||
exec swaync &
|
||||
exec swayosd-server &
|
||||
exec /usr/lib/kdeconnectd &
|
||||
exec kdeconnect-indicator &
|
||||
exec_always autotiling
|
||||
exec flatpak run me.kozec.syncthingtk -m &
|
||||
# exec flatpak run me.kozec.syncthingtk -m &
|
||||
exec systemctl start --user foot-server
|
||||
exec systemctl start --user sunshine
|
||||
exec wl-paste --type text --watch cliphist store
|
||||
exec wl-paste --type image --watch cliphist store
|
||||
exec swayidle before-sleep 'loginctl lock-session' lock '/home/eric/.config/hypr/bsplock'
|
||||
exec swayidle before-sleep 'loginctl lock-session' lock 'swaylock'
|
||||
# exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
exec /usr/lib/polkit-kde-authentication-agent-1 &
|
||||
exec rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 200 -n -c 1 -s $HOME/.config/sov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue