Commit 6f0a0fd
Changed files (7)
.config
ghostty
hypr
input-remapper-2
presets
Logitech G304
.config/ghostty/config
@@ -1,6 +1,6 @@
theme = Catppuccin Mocha
-keybind = ctrl+shift+w=close_window
+keybind = ctrl+shift+w=close_surface
keybind = ctrl+shift+e=new_split:right
keybind = ctrl+shift+o=new_split:down
keybind = ctrl+shift+r=reload_config
.config/hypr/modules/autostarts.conf
@@ -5,4 +5,5 @@ exec-once = wl-paste --type image --watch cliphist store
exec-once = hyprctl setcursor arcstarry_cursor 25
exec-once = input-remapper-control --command autoload
exec-once = hypridle &
+exec-once = swww-daemon
exec-once = hyprpm reload
\ No newline at end of file
.config/hypr/modules/keybinds.conf
@@ -29,8 +29,9 @@ bind = CONTROLALT, T, exec, $terminal
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, L, exec, hyprlock
bind = $mainMod, R, exec, hyprpanel -q && hyprpanel
-bind = $mainMod, V, exec, cliphist list | rofi -dmenu -p ":" | cliphist decode | wl-copy
-bind = $mainMod SHIFT,S, exec, $HOME/.wraith/scripts/screenshot.sh
+bind = $mainMod, V, exec, $cliphistMenu
+bind = $mainMod, period, exec, $emojiMenu
+bind = $mainMod SHIFT,S, exec, $screenshotMenu
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
@@ -64,8 +65,6 @@ bind = $mainMod, mouse_up, workspace, e-1
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
-
-
input {
kb_layout = us
kb_variant =
.config/hypr/modules/monitors.conf
@@ -4,9 +4,12 @@ workspace=1,persistent:true
workspace=2,persistent:true
workspace=3,persistent:true
-
-#Workspace rules
-windowrule = float,class:^(com.mitchellh.ghostty)$
-
-# Fix some dragging issues with XWayland
-windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
+#Window rules
+
+windowrule {
+ name = ghostty
+ match:class = com.mitchellh.ghostty
+ float = on
+ size = 900 700
+ center = on
+}
\ No newline at end of file
.config/hypr/modules/vars.conf
@@ -1,6 +1,9 @@
$terminal = ghostty
-$fileManager = dolphin
+$fileManager = thunar
$menu = rofi -show drun
+$cliphistMenu = cliphist list | rofi -dmenu -p "📋:" | cliphist decode | wl-copy
+$screenshotMenu = $HOME/.wraith/scripts/screenshot.sh
+$emojiMenu = rofimoji
env = LIBVA_DRIVER_NAME,nvidia
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
.config/input-remapper-2/presets/Logitech G304/Mouse Mapping.json
@@ -8,7 +8,7 @@
}
],
"target_uinput": "keyboard",
- "output_symbol": "Control_L + Super_L + Right",
+ "output_symbol": "KEY_LEFTCTRL + KEY_LEFTMETA + KEY_RIGHT",
"name": "Windows Right",
"mapping_type": "key_macro"
},
@@ -21,7 +21,7 @@
}
],
"target_uinput": "keyboard",
- "output_symbol": "Control_L + Super_L + Left",
+ "output_symbol": "KEY_LEFTCTRL + KEY_LEFTMETA + KEY_LEFT",
"name": "Windows Left",
"mapping_type": "key_macro"
}
.config/input-remapper-2/config.json
@@ -1,6 +1,6 @@
{
- "version": "2.1.1",
+ "version": "2.2.0",
"autoload": {
"Logitech G304": "Mouse Mapping"
}
-}
+}
\ No newline at end of file