mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 14:33:41 +02:00
hyprland config
This commit is contained in:
parent
f1e8289fb3
commit
71aaa6c056
6 changed files with 281 additions and 0 deletions
22
dot_config/hypr/var.conf
Normal file
22
dot_config/hypr/var.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Apps
|
||||
$terminal = kitty
|
||||
$browser = firefox
|
||||
$editor = code
|
||||
$files = dolphin
|
||||
# $menu = eww close launcher || eww open launcher
|
||||
$menu = pkill wofi || wofi --show drun
|
||||
$colorpicker = pkill hyprpicker || hyprpicker -a
|
||||
|
||||
# Keys
|
||||
$mod = SUPER
|
||||
|
||||
# commands
|
||||
$screenShot = hyprshot -m output -f screenshots
|
||||
$toggleVolumeMute = wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
$volumeUp = wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
$volumeDown = wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%-
|
||||
$toggleMicMute = wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
# $toggleTouchpad = xinput --list-props 12 | grep "Device Enabled" | grep -o "[01]$" | xargs -I{} xinput --set-prop 12 "Device Enabled" {}
|
||||
$brightnessDown = brightnessctl set 5%-
|
||||
$brightnessUp = brightnessctl set +5%
|
||||
$testNotification = notify-send test
|
Loading…
Add table
Add a link
Reference in a new issue