Merge branch 'master' of https://bitbucket.org/archlabslinux/skel
This commit is contained in:
commit
3c90ac6ae7
@ -97,7 +97,6 @@
|
||||
"leave-closes": true,
|
||||
"css-name": "controls-window",
|
||||
"net-interface": "wlo1",
|
||||
"Exit": "Exittt",
|
||||
"system-shutdown-symbolic": "system-shutdown",
|
||||
"output-switcher": true,
|
||||
"window-width": 320,
|
||||
@ -119,7 +118,7 @@
|
||||
"interval": 1,
|
||||
"on-right-click": "",
|
||||
"tooltip-text": "",
|
||||
"on-left-click": "/home/piotr/PycharmProjects/swayinfo/calendar.py",
|
||||
"on-left-click": "",
|
||||
"on-middle-click": "",
|
||||
"on-scroll-up": "",
|
||||
"on-scroll-down": "",
|
||||
@ -174,8 +173,7 @@
|
||||
"executor-cpubar",
|
||||
"executor-temp",
|
||||
"executor-memory",
|
||||
"executor-drives",
|
||||
"executor-uptime"
|
||||
"executor-drives"
|
||||
],
|
||||
"sway-taskbar": {
|
||||
"workspace-buttons": false,
|
||||
@ -216,7 +214,7 @@
|
||||
"script": "gopsuinfo -i a",
|
||||
"interval": 2,
|
||||
"tooltip-text": "CPU average load",
|
||||
"on-left-click": "alacritty -e htop",
|
||||
"on-left-click": "foot -e htop",
|
||||
"on-middle-click": "",
|
||||
"on-right-click": "",
|
||||
"on-scroll-up": "",
|
||||
@ -264,19 +262,6 @@
|
||||
"icon-size": 16,
|
||||
"icon-placement": "left"
|
||||
},
|
||||
"executor-uptime": {
|
||||
"script": "gopsuinfo -i u",
|
||||
"interval": 60,
|
||||
"tooltip-text": "",
|
||||
"on-left-click": "",
|
||||
"on-middle-click": "",
|
||||
"on-right-click": "",
|
||||
"on-scroll-up": "",
|
||||
"on-scroll-down": "",
|
||||
"css-name": "",
|
||||
"icon-size": 16,
|
||||
"icon-placement": "left"
|
||||
},
|
||||
"playerctl": {},
|
||||
"sway-workspaces": {}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"launcher-file-search-columns": 2,
|
||||
"launcher-search-files": true,
|
||||
"launcher-categories": true,
|
||||
"launcher-resident": false,
|
||||
"launcher-resident": true,
|
||||
"launcher-overlay": false,
|
||||
"launcher-css": "preset-0.css",
|
||||
"launcher-on": true,
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Read `man 5 sway` for reference.
|
||||
|
||||
# border & title
|
||||
for_window [class="^.*"] border pixel 1, title_format "<b> %class >> %title </b>"
|
||||
for_window [title="^.*"] border pixel 1, title_format "<b> %class >> %title </b>"
|
||||
default_border pixel 1
|
||||
|
||||
# gaps
|
||||
@ -101,11 +101,11 @@ input "type:mouse" {
|
||||
input "type:keyboard" {
|
||||
xkb_layout $lang
|
||||
repeat_delay 300
|
||||
repeat_rate 70
|
||||
repeat_rate 40
|
||||
}
|
||||
|
||||
# numlock on/off
|
||||
# input * xkb_numlock disabled
|
||||
# input * xkb_numlock enabled
|
||||
|
||||
############# Bindings ##################
|
||||
|
||||
@ -323,11 +323,10 @@ bindsym $Mod+Control+Shift+minus gaps outer all minus 5
|
||||
############ application settings ############
|
||||
|
||||
# focus, floating, & sticky
|
||||
for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config|nwg-panel-config)"] floating enable
|
||||
for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config)"] floating enable
|
||||
for_window [app_id="(?i)(?:pavucontrol|nm-connection-editor|gsimplecal|galculator)"] floating enable
|
||||
for_window [class="(?i)(?:lxappearance)"] floating enable
|
||||
for_window [app_id="(?i)(?:firefox|chromium)"] border none
|
||||
for_window [title="(?i)(?:copying|deleting|moving)"] floating enable
|
||||
|
||||
|
||||
popup_during_fullscreen smart
|
||||
|
@ -1,4 +1,4 @@
|
||||
set $lang us
|
||||
set $term foot
|
||||
set $exit nwg-bar -s preset-0.css
|
||||
set $drawer nwg-drawer
|
||||
set $launcher nwg-drawer
|
||||
|
Reference in New Issue
Block a user