mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(linux): Set up Hyprland
This commit is contained in:
parent
346a975e80
commit
49693c7657
20 changed files with 533 additions and 35 deletions
|
|
@ -54,7 +54,7 @@ monitor=DP-2,3840x2160@59,0x0,1.666667
|
|||
# Set programs that you use
|
||||
$terminal = wezterm-gui
|
||||
$fileManager = dolphin
|
||||
$menu = albert show
|
||||
$menu = wofi
|
||||
|
||||
|
||||
#################
|
||||
|
|
@ -66,7 +66,15 @@ $menu = albert show
|
|||
|
||||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
exec-once = waybar & hyprpaper & mako & systemctl --user start hyprpolkitagent & fcitx5 & albert &
|
||||
# exec-once = waybar & hyprpaper & mako & systemctl --user start hyprpolkitagent & fcitx5 & albert
|
||||
exec-once = waybar &
|
||||
exec-once = mako &
|
||||
exec-once = hyprpaper &
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = fcitx5 &
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
# exec-once = QT_SCALE_FACTOR=1 albert &
|
||||
|
||||
|
||||
|
||||
#############################
|
||||
|
|
@ -236,7 +244,9 @@ bind = $mainMod, R, exec, $terminal
|
|||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod SHIFT, V, togglefloating
|
||||
|
||||
bind = $mainMod, space, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, X, togglesplit, # dwindle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue