diff options
| author | kkard2 <[email protected]> | 2024-01-05 20:48:31 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-01-05 20:48:31 +0100 |
| commit | 524c493b32eb1da8d54cecdad9bdcf554473f863 (patch) | |
| tree | 5dfa729ddb5dd80f2c186e5d663e2d9f6badbae7 /_linux | |
| parent | fa3e52b6275506595c0ee32293536d03cc0ee4e4 (diff) | |
changes
Diffstat (limited to '_linux')
| -rw-r--r-- | _linux/.tmux.conf | 1 | ||||
| -rw-r--r-- | _linux/hypr/hyprland.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_linux/.tmux.conf b/_linux/.tmux.conf index 155f033..a7d8084 100644 --- a/_linux/.tmux.conf +++ b/_linux/.tmux.conf @@ -3,3 +3,4 @@ bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard" +setw -g mouse on diff --git a/_linux/hypr/hyprland.conf b/_linux/hypr/hyprland.conf index 3b06c1f..1671db5 100644 --- a/_linux/hypr/hyprland.conf +++ b/_linux/hypr/hyprland.conf @@ -192,6 +192,7 @@ bind = $mainMod CTRL, down, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% # notifications bind = $mainMod, N, exec, makoctl dismiss +bind = $mainMod ALT, N, exec, makoctl dismiss --all bind = $mainMod SHIFT, N, exec, makoctl restore bind = $mainMod CTRL, N, exec, makoctl invoke bind = $mainMod CTRL, N, exec, makoctl dismiss |
