Compare commits
No commits in common. "e96eef01bd3d8f71b70f05d7ce54933a6f751a27" and "daae24452f1b3fd2abb29271a9ce7dbb99b246f5" have entirely different histories.
e96eef01bd
...
daae24452f
@ -27,7 +27,6 @@ xwayland {
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/ssh-agent.sock
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
@ -147,7 +146,6 @@ bind = $mainMod, F, fullscreen
|
||||
|
||||
# Quick launch
|
||||
bind = $mainMod, F1, exec, kitty ranger
|
||||
bind = $mainMod, F2, exec, brave
|
||||
|
||||
# Media keys
|
||||
binde = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
@ -166,11 +164,11 @@ $w3 = hyprctl hyprpaper wallpaper "eDP-1,/home/datalore/Pictures/Wallpapers/gruv
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
# bind = $mainMod, 1, exec, $w1
|
||||
bind = $mainMod, 1, exec, $w1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
# bind = $mainMod, 2, exec, $w2
|
||||
bind = $mainMod, 2, exec, $w2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
# bind = $mainMod, 3, exec, $w3
|
||||
bind = $mainMod, 3, exec, $w3
|
||||
bind = $mainMod, 4, workspace, 4
|
||||
bind = $mainMod, 5, workspace, 5
|
||||
bind = $mainMod, 6, workspace, 6
|
||||
@ -202,6 +200,4 @@ bindm = $mainMod, mouse:273, resizewindow
|
||||
exec-once = hyprpaper
|
||||
exec-once = waybar
|
||||
exec-once = dunst
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = gammastep
|
||||
exec-once = swayidle -w timeout 300 'swaylock -f' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f' lock 'swaylock -f'
|
||||
|
Loading…
Reference in New Issue
Block a user