mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 09:45:34 +00:00
Compare commits
No commits in common. "981d514156f66284138a3efe188dfc9b437fc9b7" and "a54305b8378582ad149081e11f5c24f8dd3a9a5a" have entirely different histories.
981d514156
...
a54305b837
@ -1,4 +1,4 @@
|
|||||||
# Programs
|
# Programs
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$fileManager = dolphin
|
$fileManager = dolphin
|
||||||
$menu = rofi -show combi
|
$menu = wofi --show drun
|
||||||
|
@ -16,6 +16,11 @@ decoration {
|
|||||||
size = 3
|
size = 3
|
||||||
passes = 1
|
passes = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
drop_shadow = yes
|
||||||
|
shadow_range = 4
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = rgba(1a1a1aee)
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
@ -37,6 +42,7 @@ dwindle {
|
|||||||
|
|
||||||
master {
|
master {
|
||||||
orientation = right
|
orientation = right
|
||||||
|
new_is_master = true
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
monitor=eDP-1,2256x1504@60,auto,1.175
|
monitor=eDP-1,2256x1504@60,0x0,1.175
|
||||||
|
|
||||||
# Enviroment
|
# Enviroment
|
||||||
source = ~/.config/hypr/env.conf
|
source = ~/.config/hypr/env.conf
|
||||||
@ -26,9 +26,6 @@ input {
|
|||||||
sensitivity = 0
|
sensitivity = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
xwayland {
|
|
||||||
force_zero_scaling = true
|
|
||||||
}
|
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = 0
|
force_default_wallpaper = 0
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
exec-once = [workspace 1 silent] brave-browser
|
exec-once = [workspace 1 silent] firefox
|
||||||
exec-once = [workspace 2 silent] $terminal
|
exec-once = [workspace 2 silent] $terminal
|
||||||
|
@ -45,5 +45,5 @@ exec mako
|
|||||||
# Startup Programs
|
# Startup Programs
|
||||||
exec "swaymsg 'workspace $wsSignal; exec flatpak run org.signal.Signal'"
|
exec "swaymsg 'workspace $wsSignal; exec flatpak run org.signal.Signal'"
|
||||||
exec "swaymsg 'workspace $ws2; exec alacritty'"
|
exec "swaymsg 'workspace $ws2; exec alacritty'"
|
||||||
exec "swaymsg 'workspace $ws1; exec brave-browser'"
|
exec "swaymsg 'workspace $ws1; exec firefox'"
|
||||||
|
|
||||||
|
@ -193,7 +193,7 @@ default_floating_border normal 3
|
|||||||
bindsym Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
|
bindsym Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
|
||||||
bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots/'
|
bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots/'
|
||||||
bindsym $mod+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
|
bindsym $mod+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
|
||||||
bindsym --release $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy
|
bindsym --release $mod+Shift+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots/'
|
||||||
|
|
||||||
bindsym $mod+n exec nautilus
|
bindsym $mod+n exec nautilus
|
||||||
bindsym $mod+m exec nautilus ~/Videos
|
bindsym $mod+m exec nautilus ~/Videos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user