xrandr
This commit is contained in:
@@ -29,6 +29,8 @@ set $text-color #0DA321
|
||||
set $inactive-text-color #505254
|
||||
set $urgent-bg-color #E53935
|
||||
|
||||
exec_always ~/.config/screenlayout/apply-screen-layout.sh
|
||||
|
||||
set $mod Mod4
|
||||
|
||||
font pango:DejaVu 14
|
||||
@@ -130,16 +132,16 @@ bindsym $mod+a focus parent
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1"
|
||||
set $ws2 "2"
|
||||
set $ws3 "3"
|
||||
set $ws4 "4"
|
||||
set $ws5 "5"
|
||||
set $ws1 "1: Whatever"
|
||||
set $ws2 "2: Browsing"
|
||||
set $ws3 "3: Development"
|
||||
set $ws4 "4: Social"
|
||||
set $ws5 "5: Games"
|
||||
set $ws6 "6"
|
||||
set $ws7 "7"
|
||||
set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
set $ws10 "10: Terminals"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
@@ -230,13 +232,15 @@ exec_always feh --bg-fill /$wallpaper_path
|
||||
#KEYBINDS
|
||||
bindsym $mod+Shift+z exec i3lock
|
||||
bindsym Control+Mod1+s exec /home/wholteza/.config/passmenu/passmenu
|
||||
|
||||
bindsym $mod+p exec arandr
|
||||
# border / titlebar
|
||||
title_align center
|
||||
default_border normal
|
||||
# hide_edge_borders vertical
|
||||
bindsym Control+Shift+x [class="^.*"] border toggle
|
||||
for_window [class="plasma.emojier"] floating enable
|
||||
for_window [class="Solaar"] floating enable
|
||||
for_window [class="Arandr"] floating enable
|
||||
|
||||
# for_window [class="^.*"] border pixel 1
|
||||
# for_window [class="URxvt"] border normal
|
||||
|
||||
Reference in New Issue
Block a user