Feat: activate scratchpad, rofi-pass and numlock
This commit is contained in:
parent
9568a1a3c2
commit
44336cfb5b
@ -15,3 +15,5 @@ configuration {
|
|||||||
sidebar-mode: false;
|
sidebar-mode: false;
|
||||||
auto-select: false;
|
auto-select: false;
|
||||||
}
|
}
|
||||||
|
//@theme "/usr/share/rofi/themes/gruvbox-dark.rasi"
|
||||||
|
@theme "/home/lafrite/.local/share/rofi/themes/spotlight-dark.rasi"
|
||||||
|
@ -53,6 +53,9 @@ input type:keyboard {
|
|||||||
xkb_layout "fr"
|
xkb_layout "fr"
|
||||||
xkb_variant ""
|
xkb_variant ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input * xkb_numlock enable
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
tap enabled
|
tap enabled
|
||||||
@ -83,6 +86,7 @@ input type:touchpad {
|
|||||||
|
|
||||||
# Start your launcher
|
# Start your launcher
|
||||||
bindsym $mod+d exec $menu
|
bindsym $mod+d exec $menu
|
||||||
|
bindsym $mod+p exec rofi-pass
|
||||||
|
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
@ -141,7 +145,6 @@ bindsym $mod+minus workspace $ws6
|
|||||||
bindsym $mod+egrave workspace $ws7
|
bindsym $mod+egrave workspace $ws7
|
||||||
bindsym $mod+underscore workspace 8
|
bindsym $mod+underscore workspace 8
|
||||||
bindsym $mod+ccedilla workspace 9
|
bindsym $mod+ccedilla workspace 9
|
||||||
bindsym $mod+agrave workspace 10
|
|
||||||
|
|
||||||
bindsym $mod+1 move container to workspace $ws1
|
bindsym $mod+1 move container to workspace $ws1
|
||||||
bindsym $mod+2 move container to workspace $ws2
|
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.
|
# You can send windows there and get them back later.
|
||||||
|
|
||||||
# Move the currently focused window to the scratchpad
|
# 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.
|
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||||
# If there are multiple scratchpad windows, this command cycles through them.
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
#bindsym $mod+minus scratchpad show
|
bindsym $mod+m scratchpad show
|
||||||
#
|
#
|
||||||
# Resizing containers:
|
# Resizing containers:
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user