aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config')
-rw-r--r--dotfiles/.config/gtk-2.0/gtkrc-2.04
-rw-r--r--dotfiles/.config/gtk-3.0/settings.ini4
-rw-r--r--dotfiles/.config/mimeapps.list1
-rw-r--r--dotfiles/.config/ncmpcpp/config1
-rw-r--r--dotfiles/.config/networkmanager-dmenu/config.ini24
-rw-r--r--dotfiles/.config/qutebrowser/config.py21
-rw-r--r--dotfiles/.config/rofi/config.rasi149
-rw-r--r--dotfiles/.config/rofi/file-browser2
-rw-r--r--dotfiles/.config/rofi/ultramar.rasi154
-rw-r--r--dotfiles/.config/sway/config41
-rw-r--r--dotfiles/.config/sway/desktopslav24
-rw-r--r--dotfiles/.config/waybar/config5
-rw-r--r--dotfiles/.config/waybar/style.css2
13 files changed, 376 insertions, 56 deletions
diff --git a/dotfiles/.config/gtk-2.0/gtkrc-2.0 b/dotfiles/.config/gtk-2.0/gtkrc-2.0
index 94ef305..27741c4 100644
--- a/dotfiles/.config/gtk-2.0/gtkrc-2.0
+++ b/dotfiles/.config/gtk-2.0/gtkrc-2.0
@@ -2,8 +2,8 @@
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/yaroslav/.gtkrc-2.0.mine"
-gtk-theme-name="oomox-materia-dark"
-gtk-icon-theme-name="Papirus-Dark"
+gtk-theme-name="Adwaita-dark"
+gtk-icon-theme-name="Arc"
gtk-font-name="FuraCode Nerd Font Mono 10"
gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=0
diff --git a/dotfiles/.config/gtk-3.0/settings.ini b/dotfiles/.config/gtk-3.0/settings.ini
index eb70021..dbeed96 100644
--- a/dotfiles/.config/gtk-3.0/settings.ini
+++ b/dotfiles/.config/gtk-3.0/settings.ini
@@ -4,10 +4,10 @@ gtk-button-images=0
gtk-cursor-theme-name=Adwaita
gtk-fallback-icon-theme=gnome
gtk-font-name=FuraCode Nerd Font Mono 10
-gtk-icon-theme-name=Papirus-Dark
+gtk-icon-theme-name=Arc
gtk-menu-images=1
gtk-primary-button-warps-slider=0
-gtk-theme-name=oomox-materia-dark
+gtk-theme-name=Adwaita-dark
gtk-toolbar-style=GTK_TOOLBAR_TEXT
gtk-cursor-theme-size=0
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
diff --git a/dotfiles/.config/mimeapps.list b/dotfiles/.config/mimeapps.list
index 3708ec0..149052f 100644
--- a/dotfiles/.config/mimeapps.list
+++ b/dotfiles/.config/mimeapps.list
@@ -4,6 +4,7 @@ application/epub+zip=org.pwmt.zathura-pdf-mupdf.desktop;
application/rdf+xml=org.qutebrowser.qutebrowser.desktop;
application/xhtml+xml=org.qutebrowser.qutebrowser.desktop;
application/xml=org.qutebrowser.qutebrowser.desktop;
+application/x-mimearchive=org.qutebrowser.qutebrowser.desktop;
audio/mpeg=mpv.desktop;
audio/x-xm=mpv.desktop;
audio/x-mod=mpv.desktop;
diff --git a/dotfiles/.config/ncmpcpp/config b/dotfiles/.config/ncmpcpp/config
index 25b6cad..e5c72e0 100644
--- a/dotfiles/.config/ncmpcpp/config
+++ b/dotfiles/.config/ncmpcpp/config
@@ -8,6 +8,7 @@ ncmpcpp_directory = ~/.config/ncmpcpp
## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other
## MPD clients (eg. ncmpc) also use that location.
lyrics_directory = ~/.local/share/lyrics
+lyrics_fetchers = musixmatch, plyrics, jahlyrics, internet
# Interfaz:
user_interface = "alternative"
diff --git a/dotfiles/.config/networkmanager-dmenu/config.ini b/dotfiles/.config/networkmanager-dmenu/config.ini
new file mode 100644
index 0000000..0dba762
--- /dev/null
+++ b/dotfiles/.config/networkmanager-dmenu/config.ini
@@ -0,0 +1,24 @@
+[dmenu]
+dmenu_command = rofi -dmenu -i
+# # Note that dmenu_command can contain arguments as well like:
+# # `dmenu_command = rofi -dmenu -i -theme nmdm`
+# # `dmenu_command = rofi -dmenu -width 30 -i`
+# # `dmenu_command = dmenu -i -l 25 -b -nb #909090 -nf #303030`
+# rofi_highlight = <True or False> # (Default: False) use rofi highlighting instead of '=='
+rofi_highlight = True
+# compact = <True or False> # (Default: False). Remove extra spacing from display
+# pinentry = <Pinentry command> # (Default: None) e.g. `pinentry-gtk`
+# wifi_chars = <string of 4 unicode characters representing 1-4 bars strength>
+# wifi_chars = ▂▄▆█
+# list_saved = <True or False> # (Default: False) list saved connections
+
+[dmenu_passphrase]
+# # Uses the -password flag for Rofi, -x for bemenu. For dmenu, sets -nb and
+# # -nf to the same color or uses -P if the dmenu password patch is applied
+# # https://tools.suckless.org/dmenu/patches/password/
+# obscure = True
+# obscure_color = #222222
+
+[editor]
+# terminal = <name of terminal program>
+# gui_if_available = <True or False> (Default: True)
diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py
index da3fa8f..125d377 100644
--- a/dotfiles/.config/qutebrowser/config.py
+++ b/dotfiles/.config/qutebrowser/config.py
@@ -33,18 +33,22 @@ c.editor.command = [ "foot", "nvim", "{file}", "+normal {line}G{column0}l", ]
c.content.notifications.enabled = False
## Disable JS by default
-c.content.javascript.enabled = False
+#c.content.javascript.enabled = False
# Read separate whitelist file and enable JS for those sites
-with open(os.path.expanduser("~/.config/qutebrowser/jswhitelist")) as f:
- for line in f:
- site = line.rstrip('\n')
- with config.pattern(site) as p:
- p.content.javascript.enabled = True
+#with open(os.path.expanduser("~/.config/qutebrowser/jswhitelist")) as f:
+# for line in f:
+# site = line.rstrip('\n')
+# with config.pattern(site) as p:
+# p.content.javascript.enabled = True
## Disable 3rd party cookies
c.content.cookies.accept = "no-3rdparty"
+# Unfortunately this seems to break Cloudfare's retarded browser integrity
+# check, so now I have to chose between not being able to access half of the
+# internet and having troubles with a few sites. It's a clown world.
+#
# Pretend that we are the latest version of Chrome, since some retarded sites
# think it is fine to pester me with ads to install Firefox or Chrome or
# whatever upon seeing a non-standard user agent string. I swear the web is just
@@ -55,8 +59,8 @@ c.content.cookies.accept = "no-3rdparty"
# to make a proper website without adding a ton of javascript, or at least
# degrade gracefully if the latest webshit "standard" isn't being used because I
# don't want my web browser to be a second OS on top of my actual OS.
-chrome_ver = subprocess.check_output("pacman -Si chromium | grep Version | sed 's/^.*: \([0-9]*\.[0-9]*\.[0-9]*\.[0-9]*\).*$/\\1/g'", shell=True).decode('ascii').rstrip()
-c.content.headers.user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/{0} Safari/537.36".format(chrome_ver)
+#chrome_ver = subprocess.check_output("pacman -Si chromium | grep Version | sed 's/^.*: \([0-9]*\.[0-9]*\.[0-9]*\.[0-9]*\).*$/\\1/g'", shell=True).decode('ascii').rstrip()
+#c.content.headers.user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/{0} Safari/537.36".format(chrome_ver)
## Downloads
@@ -463,4 +467,3 @@ config.bind('ш', 'mode-enter insert', mode='normal')
config.bind('Т', 'search-prev', mode='normal')
config.bind('т', 'search-next', mode='normal')
-
diff --git a/dotfiles/.config/rofi/config.rasi b/dotfiles/.config/rofi/config.rasi
new file mode 100644
index 0000000..6a69f28
--- /dev/null
+++ b/dotfiles/.config/rofi/config.rasi
@@ -0,0 +1,149 @@
+configuration {
+ modi: "";
+/* font: "mono 12";*/
+ location: 2;
+/* yoffset: 0;*/
+/* xoffset: 0;*/
+/* fixed-num-lines: true;*/
+ show-icons: true;
+/* terminal: "rofi-sensible-terminal";*/
+/* ssh-client: "ssh";*/
+/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
+/* run-command: "{cmd}";*/
+/* run-list-command: "";*/
+/* run-shell-command: "{terminal} -e {cmd}";*/
+/* window-command: "wmctrl -i -R {window}";*/
+/* window-match-fields: "all";*/
+/* icon-theme: ;*/
+/* drun-match-fields: "name,generic,exec,categories,keywords";*/
+/* drun-categories: ;*/
+/* drun-show-actions: false;*/
+/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
+/* drun-url-launcher: "xdg-open";*/
+/* disable-history: false;*/
+/* ignored-prefixes: "";*/
+ sort: true;
+ sorting-method: "fzf";
+ case-sensitive: false;
+/* cycle: true;*/
+/* sidebar-mode: false;*/
+/* hover-select: false;*/
+/* eh: 1;*/
+/* auto-select: false;*/
+/* parse-hosts: false;*/
+/* parse-known-hosts: true;*/
+ combi-modi: "file-browser-extended,drun,run";
+ matching: "regex";
+/* tokenize: true;*/
+/* m: "-5";*/
+/* filter: ;*/
+/* dpi: -1;*/
+/* threads: 0;*/
+/* scroll-method: 0;*/
+/* window-format: "{w} {c} {t}";*/
+/* click-to-exit: true;*/
+ max-history-size: 30;
+/* combi-hide-mode-prefix: false;*/
+/* combi-display-format: "{mode} {text}";*/
+/* matching-negate-char: '-' /* unsupported */;*/
+/* cache-dir: ;*/
+/* window-thumbnail: false;*/
+/* drun-use-desktop-cache: false;*/
+/* drun-reload-desktop-cache: false;*/
+/* normalize-match: false;*/
+/* steal-focus: false;*/
+/* application-fallback-icon: ;*/
+/* pid: "/run/user/1000/rofi.pid";*/
+/* display-run: ;*/
+/* display-ssh: ;*/
+/* display-drun: ;*/
+/* display-combi: ;*/
+/* display-keys: ;*/
+/* display-filebrowser: ;*/
+ kb-primary-paste: "Control+V,Shift+Insert";
+ kb-secondary-paste: "Control+v,Insert";
+ kb-clear-line: "Control+w";
+/* kb-move-front: "Control+a";*/
+/* kb-move-end: "Control+e";*/
+/* kb-move-word-back: "Alt+b,Control+Left";*/
+/* kb-move-word-forward: "Alt+f,Control+Right";*/
+/* kb-move-char-back: "Left,Control+b";*/
+/* kb-move-char-forward: "Right,Control+f";*/
+/* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/
+/* kb-remove-word-forward: "Control+Alt+d";*/
+ kb-remove-char-forward: "Delete";
+/* kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/
+ kb-remove-to-eol: "";
+ kb-remove-to-sol: "";
+ kb-accept-entry: "Return,KP_Enter";
+ kb-accept-custom: "Shift+Return";
+/* kb-accept-custom-alt: "Control+Shift+Return";*/
+ kb-accept-alt: "Control+Return";
+/* kb-delete-entry: "Shift+Delete";*/
+/* kb-mode-next: "Shift+Right,Control+Tab";*/
+/* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/
+ kb-mode-complete: "Control+l";
+/* kb-row-left: "Control+Page_Up";*/
+/* kb-row-right: "Control+Page_Down";*/
+/* kb-row-up: "Up,Control+p,ISO_Left_Tab";*/
+/* kb-row-down: "Down,Control+n";*/
+/* kb-row-tab: "Tab";*/
+ kb-page-prev: "Page_Up,Control+u";
+ kb-page-next: "Page_Down,Control+d";
+/* kb-row-first: "Home,KP_Home";*/
+/* kb-row-last: "End,KP_End";*/
+/* kb-row-select: "Control+space";*/
+/* kb-screenshot: "Alt+S";*/
+/* kb-ellipsize: "Alt+period";*/
+/* kb-toggle-case-sensitivity: "grave,dead_grave";*/
+/* kb-toggle-sort: "Alt+grave";*/
+/* kb-cancel: "Escape,Control+g,Control+bracketleft";*/
+/* kb-custom-1: "Alt+1";*/
+/* kb-custom-2: "Alt+2";*/
+/* kb-custom-3: "Alt+3";*/
+/* kb-custom-4: "Alt+4";*/
+/* kb-custom-5: "Alt+5";*/
+/* kb-custom-6: "Alt+6";*/
+/* kb-custom-7: "Alt+7";*/
+/* kb-custom-8: "Alt+8";*/
+/* kb-custom-9: "Alt+9";*/
+/* kb-custom-10: "Alt+0";*/
+ kb-custom-11: "Alt+exclam,Alt+Return";
+ kb-custom-12: "Alt+at,Alt+h";
+/* kb-custom-13: "Alt+numbersign";*/
+/* kb-custom-14: "Alt+dollar";*/
+/* kb-custom-15: "Alt+percent";*/
+/* kb-custom-16: "Alt+dead_circumflex";*/
+/* kb-custom-17: "Alt+ampersand";*/
+/* kb-custom-18: "Alt+asterisk";*/
+/* kb-custom-19: "Alt+parenleft";*/
+/* kb-select-1: "Super+1";*/
+/* kb-select-2: "Super+2";*/
+/* kb-select-3: "Super+3";*/
+/* kb-select-4: "Super+4";*/
+/* kb-select-5: "Super+5";*/
+/* kb-select-6: "Super+6";*/
+/* kb-select-7: "Super+7";*/
+/* kb-select-8: "Super+8";*/
+/* kb-select-9: "Super+9";*/
+/* kb-select-10: "Super+0";*/
+/* ml-row-left: "ScrollLeft";*/
+/* ml-row-right: "ScrollRight";*/
+/* ml-row-up: "ScrollUp";*/
+/* ml-row-down: "ScrollDown";*/
+/* me-select-entry: "MousePrimary";*/
+/* me-accept-entry: "MouseDPrimary";*/
+/* me-accept-custom: "Control+MouseDPrimary";*/
+ timeout {
+ action: "kb-cancel";
+ delay: 0;
+ }
+ filebrowser {
+ directories-first: true;
+ sorting-method: "name";
+ }
+ drun {
+ parse-user: true;
+ }
+}
+@import "ultramar"
diff --git a/dotfiles/.config/rofi/file-browser b/dotfiles/.config/rofi/file-browser
new file mode 100644
index 0000000..615da87
--- /dev/null
+++ b/dotfiles/.config/rofi/file-browser
@@ -0,0 +1,2 @@
+open-multi-key "kb-custom-11"
+toggle-hidden-key "kb-custom-12"
diff --git a/dotfiles/.config/rofi/ultramar.rasi b/dotfiles/.config/rofi/ultramar.rasi
new file mode 100644
index 0000000..7f92878
--- /dev/null
+++ b/dotfiles/.config/rofi/ultramar.rasi
@@ -0,0 +1,154 @@
+/************************************************
+ * ROFI Color theme
+ * User: Yaroslav de la Peña
+ * Copyright: 2022 Yaroslav de la Peña
+ ***********************************************/
+
+* {
+ selected-normal-foreground: #fcf8e2;
+ foreground: #fcf8e2;
+ normal-foreground: @foreground;
+ alternate-normal-background: #151517;
+ red: #b73030;
+ selected-urgent-foreground: @foreground;
+ blue: #3f6e90;
+ cyan: #5b8277;
+ cyan1: #7fac96;
+ urgent-foreground: @red;
+ alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
+ active-foreground: @blue;
+ lightbg: rgba ( 238, 232, 213, 100 % );
+ selected-active-foreground: rgba ( 249, 249, 249, 100 % );
+ alternate-active-background: rgba ( 75, 81, 96, 89 % );
+ background: #000000;
+ alternate-normal-foreground: @foreground;
+ normal-background: @background;
+ lightfg: rgba ( 88, 104, 117, 100 % );
+ selected-normal-background: @cyan1;
+ border-color: @cyan;
+ spacing: 2;
+ separatorcolor: rgba ( 29, 31, 33, 100 % );
+ urgent-background: rgba ( 29, 31, 33, 17 % );
+ selected-urgent-background: @red;
+ alternate-urgent-foreground: @urgent-foreground;
+ background-color: @background;
+ alternate-active-foreground: @active-foreground;
+ active-background: rgba ( 29, 31, 33, 17 % );
+ selected-active-background: rgba ( 68, 145, 237, 100 % );
+}
+window {
+ background-color: @background;
+ border: 0 2 2 2;
+ padding: 5;
+}
+mainbox {
+ border: 0;
+ padding: 0;
+}
+message {
+ border: 2px 0px 0px ;
+ border-color: @separatorcolor;
+ padding: 1px ;
+}
+textbox {
+ text-color: @foreground;
+}
+listview {
+ fixed-height: false;
+ lines: 20;
+ dynamic: true;
+ border: 2px 0px 0px ;
+ border-color: @separatorcolor;
+ spacing: 2px ;
+ scrollbar: true;
+ padding: 2px 0px 0px ;
+}
+element {
+ border: 0;
+ padding: 1px ;
+}
+element-text {
+ background-color: inherit;
+ text-color: inherit;
+}
+element.normal.normal {
+ background-color: @normal-background;
+ text-color: @normal-foreground;
+}
+element.normal.urgent {
+ background-color: @urgent-background;
+ text-color: @urgent-foreground;
+}
+element.normal.active {
+ background-color: @active-background;
+ text-color: @active-foreground;
+}
+element.selected.normal {
+ background-color: @selected-normal-background;
+ text-color: @selected-normal-foreground;
+}
+element.selected.urgent {
+ background-color: @selected-urgent-background;
+ text-color: @selected-urgent-foreground;
+}
+element.selected.active {
+ background-color: @selected-active-background;
+ text-color: @selected-active-foreground;
+}
+element.alternate.normal {
+ background-color: @alternate-normal-background;
+ text-color: @alternate-normal-foreground;
+}
+element.alternate.urgent {
+ background-color: @alternate-urgent-background;
+ text-color: @alternate-urgent-foreground;
+}
+element.alternate.active {
+ background-color: @alternate-active-background;
+ text-color: @alternate-active-foreground;
+}
+scrollbar {
+ width: 4px ;
+ border: 0;
+ handle-color: @normal-foreground;
+ handle-width: 8px ;
+ padding: 0;
+}
+mode-switcher {
+ border: 2px 0px 0px ;
+ border-color: @separatorcolor;
+}
+button {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+button.selected {
+ background-color: @selected-normal-background;
+ text-color: @selected-normal-foreground;
+}
+inputbar {
+ spacing: 0;
+ text-color: @normal-foreground;
+ padding: 1px ;
+}
+case-indicator {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+entry {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+prompt {
+ spacing: 0;
+ text-color: @normal-foreground;
+}
+inputbar {
+ children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
+}
+textbox-prompt-colon {
+ expand: false;
+ str: ":";
+ margin: 0px 0.3em 0em 0em ;
+ text-color: @normal-foreground;
+}
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index c5e6588..91e41c3 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -47,8 +47,8 @@ floating_modifier $mod
# GTK theme and icons
set $gnome-schema org.gnome.desktop.interface
exec_always {
- gsettings set $gnome-schema gtk-theme 'oomox-materia-dark'
- gsettings set $gnome-schema icon-theme 'Papirus-Dark'
+ gsettings set $gnome-schema gtk-theme 'Adwaita-dark'
+ gsettings set $gnome-schema icon-theme 'Arc'
}
##### Startup scripts and programs #####
@@ -94,6 +94,7 @@ for_window [class="Pavucontrol"] floating enable
for_window [class="^qt5ct$"] floating enable, sticky enable
for_window [class="(?i)System-config-printer.py"] floating enable
for_window [title="wl-clipboard"] floating enable
+for_window [class="GLava"] border none
# Webcam window
for_window [title="mpvfloat"] floating enable, sticky enable
@@ -114,8 +115,8 @@ seat * hide_cursor when-typing enable
# X200 Trackpoint
input 2:10:TPPS/2_IBM_TrackPoint {
- accel_profile adaptive
- pointer_accel 0
+ accel_profile flat
+ pointer_accel 1
middle_emulation enabled
}
@@ -170,25 +171,23 @@ bindsym --to-code {
$mod+Shift+q kill
$mod+q kill
- # bemenu program launcher (-x force run through xwayland, -T run in terminal)
- $mod+d exec menurun
- $mod+Shift+d exec "menurun -t"
- $mod+Ctrl+d exec "menurun -x"
+ # rofi launcher
+ $mod+d exec rofi -show drun -sidebar-mode -modi "drun,run,file-browser-extended,ssh,combi"
# Mako (notifications)
$mod+Ctrl+space exec "makoctl dismiss"
$mod+Ctrl+Shift+space exec "makoctl restore"
# Start Applications
- $mod+Shift+w exec menuwebsurf
- $mod+Ctrl+w exec menuwebsurf paste
+ $mod+Shift+w exec rofi -show websurf -modi "websurf:rofiwebsurf"
$mod+F1 exec menuman
$mod+Shift+F1 exec menuman -s
$mod+F2 exec menumako
- $mod+F3 exec menudisplay
+ $mod+F3 exec rofi -show display -modi "display:rofidisplay"
$mod+F4 exec menublk
+ $mod+F9 exec networkmanager_dmenu
$mod+F10 exec chcolors
- $mod+F12 exec menutz
+ $mod+F12 exec rofi -show tz -modi "tz:rofitz"
$mod+t exec toggletorrent
$mod+Ctrl+t exec launch-transmission
$mod+s exec "xway steam"
@@ -197,7 +196,8 @@ bindsym --to-code {
$mod+a exec $term -T "neomutt" neomutt
$mod+o exec notistats
$mod+c exec camtoggle
- $mod+grave exec menuemoji
+ $mod+Shift+c exec rofi -show calc -modi calc -no-show-match -no-sort
+ $mod+grave exec rofi -show moji -modi "moji:rofimoji"
$mod+apostrophe exec menupass
$mod+Shift+apostrophe exec "menupass -l"
$mod+Ctrl+apostrophe exec "menupass -f"
@@ -205,25 +205,18 @@ bindsym --to-code {
$mod+backslash exec "menuworkspace"
# Network management
- $mod+Shift+c exec togglevpn
$mod+Shift+n exec $term -T "Network Manager" 'nmtui'
# Screenshot and recording
- Print exec menugrim -q
- $mod+Print exec menugrim
- Shift+Print exec "swayrecord screencast"
+ Print exec screensht "full screen"
+ $mod+Print exec rofi -show grim -modi "grim:rofigrim"
Ctrl+Print exec swayrecord
# Sound
$mod+Shift+m exec $term -T "ncpamixer" 'ncpamixer'
- $mod+Ctrl+m exec menuoutput
-
- # Applications that start with no gaps
- $mod+g exec gimp; gaps inner current set 0; gaps outer current set 0
- $mod+i exec inkscape; gaps inner current set 0; gaps outer current set 0
+ $mod+Ctrl+m exec rofi -show audio -modi "audio:rofiaudio"
# Dropdown/scratchpad applications
- $mod+Shift+v exec ddvk
$mod+Shift+t exec ddtelegram
$mod+Shift+p exec ddquakemite
@@ -335,7 +328,7 @@ bindsym --to-code {
$mod+F11 exec "killall -10 waybar"
# Shut down, restart and locking features
- $mod+Shift+e exec menusession
+ $mod+Shift+e exec rofi -show session -matching prefix -modi "session:rofisession"
# Resize
$mod+Shift+y exec swayresize left
diff --git a/dotfiles/.config/sway/desktopslav b/dotfiles/.config/sway/desktopslav
index 7debab9..e74fa74 100644
--- a/dotfiles/.config/sway/desktopslav
+++ b/dotfiles/.config/sway/desktopslav
@@ -5,17 +5,17 @@
# Outputs
output "HDMI-A-2" background ~/.config/wall2.png fill
output "HDMI-A-1" background ~/.config/wall1.png fill
-output "HDMI-A-1" pos 1920 0
-output "HDMI-A-2" pos 0 0
+output "HDMI-A-1" pos 0 0
+output "HDMI-A-2" pos 1920 100
# Workspaces
-workspace $ws1 output HDMI-A-2
-workspace $ws2 output HDMI-A-2
-workspace $ws3 output HDMI-A-2
-workspace $ws4 output HDMI-A-2
-workspace $ws5 output HDMI-A-2
-workspace $ws6 output HDMI-A-2
-workspace $ws7 output HDMI-A-1
-workspace $ws8 output HDMI-A-1
-workspace $ws9 output HDMI-A-1
-workspace $ws10 output HDMI-A-1
+workspace $ws1 output HDMI-A-1
+workspace $ws2 output HDMI-A-1
+workspace $ws3 output HDMI-A-1
+workspace $ws4 output HDMI-A-1
+workspace $ws5 output HDMI-A-1
+workspace $ws6 output HDMI-A-1
+workspace $ws7 output HDMI-A-2
+workspace $ws8 output HDMI-A-2
+workspace $ws9 output HDMI-A-2
+workspace $ws10 output HDMI-A-2
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config
index 1712bb2..0863e39 100644
--- a/dotfiles/.config/waybar/config
+++ b/dotfiles/.config/waybar/config
@@ -21,7 +21,6 @@
"custom/news-status",
"memory",
"custom/torrent-status",
- "custom/vpn-status",
"network",
"backlight",
"battery#bat0",
@@ -176,10 +175,6 @@
"interval": "once",
"exec": "barrecstatus"
},
- "custom/vpn-status": {
- "format": "<span color=\"#5b8277\">{}</span>",
- "exec": "barvpnstatus"
- },
"custom/torrent-status": {
"format": "<span color=\"#5b8277\">{}</span>",
"signal": 10,
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css
index 5af71da..7422deb 100644
--- a/dotfiles/.config/waybar/style.css
+++ b/dotfiles/.config/waybar/style.css
@@ -36,7 +36,6 @@ window#waybar {
#battery,
#network,
#backlight,
-#custom-vpn-status,
#custom-torrent-status,
#workspaces {
background: #232328;
@@ -80,7 +79,6 @@ window#waybar {
#custom-swaykbd,
#custom-ds4battery,
#custom-rec-status,
-#custom-vpn-status,
#custom-pac-status,
#custom-mail-status,
#custom-news-status,