mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-06 14:01:43 +01:00
Re-configured to use noctalia as main shell
This commit is contained in:
@@ -24,7 +24,7 @@ bind = $mainMod SHIFT, T, exec, $colorpicker
|
||||
bind = $mainMod, ., exec, $emojipicker
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, M, exec, $powerMenu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, ;, togglesplit, # dwindle
|
||||
|
||||
@@ -85,6 +85,6 @@ bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Media key bindings
|
||||
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
binde=, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde=, XF86AudioMute, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 0%
|
||||
binde=, XF86AudioRaiseVolume, exec, noctalia-shell ipc call volume increase
|
||||
binde=, XF86AudioLowerVolume, exec, noctalia-shell ipc call volume decrease
|
||||
binde=, XF86AudioMute, exec, noctalia-shell ipc call volume muteOutput
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
exec-once = noctalia-shell # Here for now, until they fix systemd launching
|
||||
|
||||
# Some default env vars.
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
@@ -16,13 +18,14 @@ $noteManagerSearch = walker-obsidian-search
|
||||
$literatureManager = zotero
|
||||
$localDocs = zeal
|
||||
$musicPlayer = flatpak run com.spotify.Client
|
||||
$bluetoothManager = blueman-manager
|
||||
$bluetoothManager = noctalia-shell ipc call controlCenter toggle
|
||||
$officeSuite = onlyoffice-desktopeditors
|
||||
$fileManager = thunar
|
||||
$perfMonitor = missioncenter
|
||||
$terminalBackup = kitty
|
||||
$screenshot = hyprshot --mode region -o ~/Pictures/Screenshot/
|
||||
$lockscreen = hyprlock
|
||||
$lockscreen = noctalia-shell ipc call lockScreen lock
|
||||
$powerMenu = noctalia-shell ipc call sessionMenu toggle
|
||||
$colorpicker = hyprpicker -a
|
||||
$emojipicker = walker -m symbols
|
||||
|
||||
|
||||
Reference in New Issue
Block a user