From 44336cfb5b33071c6e078a60481d448c05612c89 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 24 Nov 2021 06:30:45 +0100 Subject: [PATCH] Feat: activate scratchpad, rofi-pass and numlock --- sway/.config/rofi/config.rasi | 2 ++ sway/.config/sway/config | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sway/.config/rofi/config.rasi b/sway/.config/rofi/config.rasi index c3bd391..ad8a9aa 100644 --- a/sway/.config/rofi/config.rasi +++ b/sway/.config/rofi/config.rasi @@ -15,3 +15,5 @@ configuration { sidebar-mode: false; auto-select: false; } +//@theme "/usr/share/rofi/themes/gruvbox-dark.rasi" +@theme "/home/lafrite/.local/share/rofi/themes/spotlight-dark.rasi" diff --git a/sway/.config/sway/config b/sway/.config/sway/config index f4633c7..5abac9b 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -53,6 +53,9 @@ input type:keyboard { xkb_layout "fr" xkb_variant "" } + +input * xkb_numlock enable + input type:touchpad { natural_scroll enabled tap enabled @@ -83,6 +86,7 @@ input type:touchpad { # Start your launcher bindsym $mod+d exec $menu + bindsym $mod+p exec rofi-pass # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -141,7 +145,6 @@ bindsym $mod+minus workspace $ws6 bindsym $mod+egrave workspace $ws7 bindsym $mod+underscore workspace 8 bindsym $mod+ccedilla workspace 9 -bindsym $mod+agrave workspace 10 bindsym $mod+1 move container to workspace $ws1 bindsym $mod+2 move container to workspace $ws2 @@ -184,11 +187,11 @@ bindsym $mod+9 move container to workspace 9 # You can send windows there and get them back later. # Move the currently focused window to the scratchpad - #bindsym $mod+Shift+minus move scratchpad + bindsym $mod+Shift+m move scratchpad # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. - #bindsym $mod+minus scratchpad show + bindsym $mod+m scratchpad show # # Resizing containers: #