Added steam gamescope; updated package lists; small fixes.
This commit is contained in:
parent
7d61371ec0
commit
e067f48a13
19 changed files with 222 additions and 56 deletions
|
|
@ -7,6 +7,7 @@ bind = $mod, b, exec, $bluetooth
|
|||
bind = $mod SHIFT, p, exec, $display
|
||||
bind = $mod, d, exec, $menu
|
||||
bind = $mod, escape, exec, $lock
|
||||
bind = $mod, g, exec, $game
|
||||
|
||||
bind = CTRL, Print, exec, $screenshot
|
||||
bind = $mod CTRL, p, exec, $screenshot
|
||||
|
|
|
|||
|
|
@ -19,3 +19,4 @@ $rec = mkdir -p ~/Pictures/Screenshots && grim -t ppm -o "$(hyprctl activeworksp
|
|||
$np = ~/.config/hypr/scripts/np.sh
|
||||
# Other applications
|
||||
$browser = /usr/bin/firefox
|
||||
$game = ~/.local/bin/steam-gamescope
|
||||
|
|
|
|||
0
private_dot_config/hypr/land/empty_rules.conf
Normal file
0
private_dot_config/hypr/land/empty_rules.conf
Normal file
|
|
@ -16,3 +16,8 @@ input {
|
|||
}
|
||||
}
|
||||
gesture = 3, horizontal, workspace
|
||||
|
||||
device {
|
||||
name = dualsense-wireless-controller-touchpad
|
||||
enabled = false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
windowrule = suppressevent maximize, class:.*
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
exec-once = swaybg -i ~/Pictures/wallpaper.png
|
||||
exec-once = waybar
|
||||
exec-once = ~/.config/hypr/scripts/switch_powerprofiles.sh sync
|
||||
exec-once = /usr/bin/hyprlock -c ~/.config/hypr/lock/login.conf
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = mako
|
||||
exec-once = nm-applet
|
||||
exec-once = blueman-applet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue