New backup 2025-03-14 16:30:07
This commit is contained in:
parent
7a550c8745
commit
b13ec56bf7
2 changed files with 33 additions and 56 deletions
|
@ -5,47 +5,32 @@ workspace 0: {
|
|||
gaps left 310
|
||||
output $overview_display
|
||||
}
|
||||
workspace 1 {
|
||||
output $primary_display
|
||||
}
|
||||
|
||||
# Border styling
|
||||
default_border pixel 5
|
||||
default_floating_border pixel 3
|
||||
|
||||
# Borders
|
||||
client.focused $color1 $color1 $color0 $color9
|
||||
client.focused_inactive $color8 $color8 $color8 $color8
|
||||
client.unfocused $color8 $color8 $color8 $color8
|
||||
|
||||
set {
|
||||
$layer_blur blur enable, shadows enable, blur_ignore_transparent enable, corner_radius 10
|
||||
# $nonwofi_layer_blur blur enable, blur_ignore_transparent enable
|
||||
}
|
||||
|
||||
# Blur
|
||||
layer_effects {
|
||||
"wofi"
|
||||
"gtk_layer_shell"
|
||||
"swaync-control-center"
|
||||
"swaync-notification-window"
|
||||
}
|
||||
layer_effects "wofi" {
|
||||
blur enable
|
||||
shadows disable
|
||||
blur_ignore_transparent enable
|
||||
corner_radius 10
|
||||
}
|
||||
layer_effects "gtk-layer-shell" {
|
||||
blur enable
|
||||
blur_ignore_transparent enable
|
||||
}
|
||||
layer_effects "swaync-control-center" {
|
||||
blur enable
|
||||
blur_ignore_transparent enable
|
||||
}
|
||||
layer_effects "swaync-notification-window" {
|
||||
blur enable
|
||||
blur_ignore_transparent enable
|
||||
"wofi" $layer_blur
|
||||
"gtk_layer_shell" $layer_blur
|
||||
"swaync-control-center" $layer_blur
|
||||
"swaync-notification-window" $layer_blur
|
||||
}
|
||||
|
||||
blur_brightness 0.85
|
||||
blur enable
|
||||
shadows enable
|
||||
shadow_color $color1
|
||||
shadow_color $color0
|
||||
shadow_blur_radius 20
|
||||
corner_radius 10
|
||||
|
|
|
@ -1,43 +1,35 @@
|
|||
|
||||
#
|
||||
# Workspaces 1-10
|
||||
#
|
||||
|
||||
bindsym $mod+Shift+r exec sp-rename
|
||||
bindsym $mod+p exec "sp-profiles Personal"
|
||||
bindsym $mod+Bracketleft exec "sp-profiles Development"
|
||||
bindsym $mod+Bracketright exec "sp-profiles School"
|
||||
bindsym $mod+Backslash exec "sp-profiles Work"
|
||||
bindsym {
|
||||
#home workspace keybinds
|
||||
$mod+grave workspace 0:
|
||||
$mod+Shift+grave move container to workspace 0:
|
||||
#profile keybinds
|
||||
$mod+p exec "sp-profiles Personal"
|
||||
$mod+Bracketleft exec "sp-profiles Development"
|
||||
$mod+Bracketright exec "sp-profiles School"
|
||||
$mod+Backslash exec "sp-profiles Work"
|
||||
#workspace cycle keybinds
|
||||
$mod+Tab workspace next
|
||||
$mod+Shift+Tab workspace prev
|
||||
#workspace rename keybind
|
||||
bindsym $mod+Shift+r exec sp-rename
|
||||
}
|
||||
|
||||
# Switch to workspace keybinds are managed by sp-profiles
|
||||
# bindsym $mod+n workspace number n
|
||||
|
||||
# Move to workspace keybinds are managed by sp-profiles
|
||||
# bindsym $mod+Shift+n move container to workspace number n
|
||||
|
||||
# Profile Workspace Setup
|
||||
# exec_always 'swaymsg workspace number "0:"'; exec_always 'swaymsg gaps left current set 310'; exec_always 'swaymsg move workspace to output $overview_display'; exec_always 'notify-send "hello"'
|
||||
workspace "0:" gaps left 310
|
||||
# exec_always "sp-profiles Personal; swaymsg move workspace to output $primary_display";
|
||||
# exec_always 'notify-send "hello"'
|
||||
|
||||
# exec_always "swaymsg workspace number "0:";swaymsg gaps left current set 310;swaymsg move workspace to output $overview_display;sp-profiles Personal;swaymsg move workspace to output $primary_display"
|
||||
bindsym $mod+grave workspace "0:"
|
||||
bindsym $mod+Shift+grave move container to workspace number "0:"
|
||||
exec "sleep 1;swaymsg 'rename workspace 1 to 1:'"
|
||||
exec "sleep 1;swaymsg 'rename workspace 2 to 2:'"
|
||||
exec "sleep 1;swaymsg 'rename workspace 3 to 3:'"
|
||||
|
||||
# Next Workspace
|
||||
bindgesture {
|
||||
#workspace cycle gesturebinds
|
||||
bindgesture swipe:left workspace next
|
||||
bindsym $mod+Tab workspace next
|
||||
# Prev Workspace
|
||||
bindgesture swipe:right workspace prev
|
||||
bindsym $mod+Shift+Tab workspace prev
|
||||
|
||||
# Next Profile
|
||||
bindgesture swipe:up exec "sp-profiles next"
|
||||
# Prev Profile
|
||||
bindgesture swipe:down exec "sp-profiles prev"
|
||||
#profile cycle gesturebinds
|
||||
swipe:up exec "sp-profiles next"
|
||||
swipe:down exec "sp-profiles prev"
|
||||
}
|
||||
|
||||
workspace_auto_back_and_forth yes
|
||||
exec "sp-profiles Personal";exec_always "sp-profiles reload"
|
||||
|
|
Loading…
Add table
Reference in a new issue