From e190dc63a9b61a249751bad4c8ddb7e58c1d1eb6 Mon Sep 17 00:00:00 2001 From: moonleay Date: Mon, 22 Jan 2024 10:05:12 +0100 Subject: [PATCH] random changes --- gtk-2.0/gtkfilechooser.ini | 4 ++-- hypr/keybindings.conf | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/gtk-2.0/gtkfilechooser.ini b/gtk-2.0/gtkfilechooser.ini index 5de8f3f..2a7f9a6 100644 --- a/gtk-2.0/gtkfilechooser.ini +++ b/gtk-2.0/gtkfilechooser.ini @@ -2,8 +2,8 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true -GeometryX=817 -GeometryY=493 +GeometryX=5936 +GeometryY=763 GeometryWidth=926 GeometryHeight=657 SortColumn=modified diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 89f0001..d5962b1 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -30,7 +30,7 @@ bind = ALT_L SHIFT, f, fakefullscreen bind = $mainMod, TAB, exec, rofi -show window -show-icons # Default Mappings -bind = $mainMod, Q, exec, kitty +bind = $mainMod, Q, exec, alacritty bind = $mainMod, C, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, thunar @@ -73,6 +73,20 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, minus, movetoworkspace, 11 bind = $mainMod SHIFT, equal, movetoworkspace, 12 +# Move window to other workspace, but silent +bind = Alt_L, 1, movetoworkspacesilent, 1 +bind = Alt_L, 2, movetoworkspacesilent, 2 +bind = Alt_L, 3, movetoworkspacesilent, 3 +bind = Alt_L, 4, movetoworkspacesilent, 4 +bind = Alt_L, 5, movetoworkspacesilent, 5 +bind = Alt_L, 6, movetoworkspacesilent, 6 +bind = Alt_L, 7, movetoworkspacesilent, 7 +bind = Alt_L, 8, movetoworkspacesilent, 8 +bind = Alt_L, 9, movetoworkspacesilent, 9 +bind = Alt_L, 0, movetoworkspacesilent, 10 +bind = Alt_L, minus, movetoworkspacesilent, 11 +bind = Alt_L, equal, movetoworkspacesilent, 12 + # Scroll through workspaces bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1