feat: Update clipse
This commit is contained in:
@@ -115,14 +115,14 @@ animations {
|
||||
animation = workspaces, 1, 6, default
|
||||
|
||||
# Make special workspaces appear from bottom instead of left
|
||||
animation = specialWorkspace, 1, 6, default, slidefadevert 100%
|
||||
animation = specialWorkspace, 1, 3, default, slidefadevert 100%
|
||||
}
|
||||
|
||||
dwindle {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
smart_split = true
|
||||
smart_split = false
|
||||
}
|
||||
|
||||
master {
|
||||
@@ -131,7 +131,7 @@ master {
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = false
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
cursor {
|
||||
@@ -178,4 +178,4 @@ plugin {
|
||||
# device {
|
||||
# name = epic-mouse-v1
|
||||
# sensitivity = -0.5
|
||||
# }
|
||||
# }
|
||||
|
||||
@@ -6,7 +6,6 @@ general {
|
||||
}
|
||||
|
||||
animation {
|
||||
enabled = true
|
||||
bezier = linear, 1, 1, 0, 0
|
||||
animation = fade, 1, 1.8, linear
|
||||
}
|
||||
|
||||
@@ -17,7 +17,8 @@ bind = ALT, SPACE, exec, ~/.config/hypr/scripts/search-windows.sh
|
||||
bind = CTRL ALT, Delete, exit
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
bind = $mainMod, V, exec, [float] alacritty --class clipse -e /home/nathan/.local/bin/clipse
|
||||
#bind = $mainMod, V, exec, [float] alacritty --class clipse -e /home/nathan/.local/bin/clipse
|
||||
bind = $mainMod, V, exec, [float] kitty --class clipse -e /home/nathan/.local/bin/clipse
|
||||
|
||||
|
||||
|
||||
@@ -126,4 +127,5 @@ bind = $mainMod, PERIOD, exec, bemoji
|
||||
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
|
||||
|
||||
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh
|
||||
bind = $mainMod CTRL, W, exec, WallRizz -r -n -d ~/.config/backgrounds
|
||||
|
||||
Reference in New Issue
Block a user