More variations

This commit is contained in:
Stephan Raabe
2023-11-27 08:57:38 +01:00
parent 4c7d47d76b
commit 6acd758d51
13 changed files with 144 additions and 28 deletions

View File

@@ -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

View File

@@ -0,0 +1,8 @@
# -----------------------------------------------------
# Environment Variables
# name: "Default"
# -----------------------------------------------------
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORM,wayland
env = GTK_THEME,Adwaita:dark

View 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

View File

@@ -0,0 +1 @@
source = ~/dotfiles/hypr/conf/keybindings/default.conf

View File

@@ -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

View File

@@ -3,6 +3,10 @@
# -----------------------------------------------------
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
follow_mouse = 1
touchpad {
natural_scroll = false

View File

@@ -1,6 +0,0 @@
# -----------------------------------------------------
# Virtual Machine
# -----------------------------------------------------
env = WLR_NO_HARDWARE_CURSORS, 1
env = WLR_RENDERER_ALLOW_SOFTWARE, 1

View File

@@ -0,0 +1 @@
source = ~/dotfiles/hypr/conf/windowrules/default.conf