More variations
This commit is contained in:
@@ -1,7 +1 @@
|
||||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# -----------------------------------------------------
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = GTK_THEME,Adwaita:dark
|
||||
source = ~/dotfiles/hypr/conf/environments/default.conf
|
||||
|
||||
8
hypr/conf/environments/default.conf
Normal file
8
hypr/conf/environments/default.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = GTK_THEME,Adwaita:dark
|
||||
10
hypr/conf/environments/kvm.conf
Normal file
10
hypr/conf/environments/kvm.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# name: "KVM"
|
||||
# -----------------------------------------------------
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = GTK_THEME,Adwaita:dark
|
||||
env = WLR_NO_HARDWARE_CURSORS, 1
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
||||
1
hypr/conf/keybinding.conf
Normal file
1
hypr/conf/keybinding.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/dotfiles/hypr/conf/keybindings/default.conf
|
||||
@@ -1,5 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Key bindings
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
# SUPER KEY
|
||||
@@ -39,6 +40,7 @@ bind = $mainMod SHIFT, B, exec, ~/dotfiles/waybar/launch.sh
|
||||
bind = $mainMod SHIFT, R, exec, ~/dotfiles/hypr/scripts/loadconfig.sh
|
||||
bind = $mainMod CTRL, F, exec, ~/dotfiles/scripts/filemanager.sh
|
||||
bind = $mainMod CTRL, C, exec, ~/dotfiles/scripts/cliphist.sh
|
||||
bind = $mainMod, V, exec, ~/dotfiles/scripts/cliphist.sh
|
||||
bind = $mainMod CTRL, T, exec, ~/dotfiles/waybar/themeswitcher.sh
|
||||
bind = $mainMod CTRL, S, exec, alacritty --class dotfiles-floating -e ~/dotfiles/hypr/settings/settings.sh
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
# -----------------------------------------------------
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# -----------------------------------------------------
|
||||
# Virtual Machine
|
||||
# -----------------------------------------------------
|
||||
|
||||
env = WLR_NO_HARDWARE_CURSORS, 1
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
||||
1
hypr/conf/windowrule.conf
Normal file
1
hypr/conf/windowrule.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/dotfiles/hypr/conf/windowrules/default.conf
|
||||
Reference in New Issue
Block a user