diff options
| -rw-r--r-- | config | 200 | ||||
| -rw-r--r-- | mako/config | 3 | ||||
| -rw-r--r-- | rofi/config | 283 |
3 files changed, 390 insertions, 96 deletions
| @@ -2,57 +2,76 @@ | |||
| 2 | # | 2 | # |
| 3 | # Please see http://i3wm.org/docs/userguide.html for a complete reference! | 3 | # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
| 4 | 4 | ||
| 5 | # load xrdb | ||
| 6 | exec xrdb ~/.Xresources ; i3-msg reload | ||
| 5 | 7 | ||
| 6 | output DP-1 { | 8 | output DP-1 { |
| 7 | pos 0 0 | 9 | pos 0 0 |
| 8 | res 1920x1080 | 10 | res 1920x1080 |
| 9 | background ~/.local/share/backgrounds/01-0.jpg center | 11 | background ~/.local/share/backgrounds/01-0.jpg fill |
| 12 | dpms on | ||
| 10 | } | 13 | } |
| 11 | 14 | ||
| 12 | output DP-2 { | 15 | output DP-2 { |
| 13 | pos 1920 0 | 16 | pos 1920 0 |
| 14 | res 1920x1080 | 17 | res 1920x1080 |
| 15 | background ~/.local/share/backgrounds/01-1.jpg center | 18 | background ~/.local/share/backgrounds/01-1.jpg fill |
| 19 | # transform 270 | ||
| 20 | dpms on | ||
| 16 | } | 21 | } |
| 17 | 22 | ||
| 18 | # load xrdb | 23 | |
| 19 | exec xrdb ~/.Xresources ; i3-msg reload | 24 | xwayland enable |
| 25 | gaps inner 0 | ||
| 26 | gaps outer 0 | ||
| 27 | smart_gaps on | ||
| 28 | smart_borders no_gaps | ||
| 20 | 29 | ||
| 21 | # force_xinerama yes | 30 | # force_xinerama yes |
| 22 | # fake-outputs 3840x1080+0+0 | 31 | # fake-outputs 3840x1080+0+0 |
| 23 | 32 | ||
| 24 | # we basically want to configure our font with ~/.config/fontconfig/* | 33 | # we basically want to configure our font with ~/.config/fontconfig/* |
| 25 | # font pango:FuraCode Nerd Font Mono Retina 9 | 34 | # font pango:GoMono Nerd Font 9 |
| 26 | font pango:Monospace 9 | 35 | # font pango:FuraCode Nerd Font Mono 9 |
| 27 | # font pango:Code New Roman Nerd Font 9 | 36 | # font pango:Code New Roman Nerd Font 9 |
| 37 | font pango:monospace 9 | ||
| 28 | 38 | ||
| 29 | hide_edge_borders both | 39 | hide_edge_borders both |
| 40 | title_align left | ||
| 41 | # focus_follows_mouse no | ||
| 42 | # mouse_warping none | ||
| 30 | 43 | ||
| 31 | set $mod Mod4 | 44 | set $mod Mod4 |
| 32 | 45 | ||
| 46 | bindsym $mod+j "mark --toggle a" | ||
| 47 | |||
| 33 | # Use Mouse+$mod to drag floating windows to their wanted position | 48 | # Use Mouse+$mod to drag floating windows to their wanted position |
| 34 | floating_modifier $mod | 49 | floating_modifier $mod |
| 35 | 50 | ||
| 36 | # start a terminal | 51 | # start a terminal |
| 37 | # bindsym $mod+Return exec i3-sensible-terminal | 52 | # bindsym $mod+Return exec i3-sensible-terminal |
| 38 | bindsym $mod+Return exec --no-startup-id xfce4-appfinder | 53 | bindsym $mod+Return exec rofi -show drun -show-icons |
| 39 | bindsym Mod1+F2 exec --no-startup-id rofi -show run -bg #222222 -fg #888888 -hlbg #285577 -hlfg #ffffff | 54 | bindsym Mod1+F2 exec rofi -show drun -bg #222222 -fg #888888 -hlbg #285577 -hlfg #ffffff -show-icons -5 |
| 40 | bindsym $mod+t exec --no-startup-id xfce4-terminal | 55 | bindsym $mod+t exec termite |
| 41 | # bindsym $mod+t exec termite | 56 | # bindsym $mod+t exec termite |
| 42 | # bindsym $mod+t exec urxvt | 57 | # bindsym $mod+t exec urxvt |
| 43 | bindsym $mod+e exec --no-startup-id thunar | 58 | bindsym $mod+e exec thunar |
| 44 | bindsym $mod+l exec --no-startup-id ~/.local/bin/i3lock -f -i "/home/max/.local/share/backgrounds/IMG_5656 - IMG_5684-02.png" | 59 | bindsym $mod+l exec swaylock -f -i "/home/max/.local/share/backgrounds/IMG_5656 - IMG_5684-02.png" |
| 45 | 60 | ||
| 46 | bindsym Print exec pactl set-sink-mute 0 toggle | 61 | bindsym $mod+F10 exec pactl set-sink-mute 0 toggle |
| 47 | bindsym Scroll_Lock exec pactl set-sink-volume 0 -5% | 62 | bindsym $mod+F11 exec pactl set-sink-volume 0 -5% |
| 48 | bindsym Pause exec pactl set-sink-volume 0 +5% | 63 | bindsym $mod+F12 exec pactl set-sink-volume 0 +5% |
| 49 | 64 | ||
| 50 | # Pulse Audio controls | 65 | # Pulse Audio controls |
| 51 | bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% # increase sound volume | 66 | bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% # increase sound volume |
| 52 | bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% # decrease sound volume | 67 | bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% # decrease sound volume |
| 53 | bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle # mute sound | 68 | bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle # mute sound |
| 54 | 69 | ||
| 55 | bindcode 156 exec xrandr --output LVDS-1 --mode 1024x768 && xrandr --output LVDS-1 --mode 1280x800 | 70 | # exec xrandr --dpi 95.48 --output LVDS-1 --mode 1024x768 && xrandr --output LVDS-1 --mode 1280x800 |
| 71 | # bindcode 156 | ||
| 72 | # exec xrandr --output DP-1 --rotate left --pos 1920x-420 | ||
| 73 | # exec xrandr --output DP1 --rotate left --right-of HDMI1 | ||
| 74 | # exec xrandr --output DP1 --rotate left --pos 1920x-420 | ||
| 56 | 75 | ||
| 57 | # kill focused window | 76 | # kill focused window |
| 58 | bindsym $mod+Shift+q kill | 77 | bindsym $mod+Shift+q kill |
| @@ -69,10 +88,10 @@ bindsym $mod+d exec --no-startup-id i3-dmenu-desktop | |||
| 69 | 88 | ||
| 70 | bindsym $mod+Prior focus parent | 89 | bindsym $mod+Prior focus parent |
| 71 | bindsym $mod+Next focus child | 90 | bindsym $mod+Next focus child |
| 72 | bindsym $mod+Left [workspace="__focused__"] focus left | 91 | bindsym $mod+Left focus left |
| 73 | bindsym $mod+Right [workspace="__focused__"] focus right | 92 | bindsym $mod+Right focus right |
| 74 | bindsym $mod+Down [workspace="__focused__"] focus down | 93 | bindsym $mod+Down focus down |
| 75 | bindsym $mod+Up [workspace="__focused__"] focus up | 94 | bindsym $mod+Up focus up |
| 76 | bindsym $mod+Tab focus output right | 95 | bindsym $mod+Tab focus output right |
| 77 | bindsym $mod+Shift+Tab focus output left | 96 | bindsym $mod+Shift+Tab focus output left |
| 78 | bindsym mod1+Tab focus right | 97 | bindsym mod1+Tab focus right |
| @@ -116,20 +135,23 @@ workspace 1 output VGA1 | |||
| 116 | workspace_layout tabbed | 135 | workspace_layout tabbed |
| 117 | 136 | ||
| 118 | # customize workspace names | 137 | # customize workspace names |
| 119 | set $WS1 1:1⃣ | 138 | set $WS1 1:1⃣ |
| 120 | set $WS2 2:2⃣ | 139 | set $WS2 2:2⃣ |
| 121 | set $WS3 3:3⃣ | 140 | set $WS3 3:3⃣ |
| 122 | set $WS4 4:4⃣ | 141 | set $WS4 4:4⃣ |
| 123 | set $WS5 5:5⃣ | 142 | set $WS5 5:5⃣ |
| 124 | set $WS6 6:6⃣ | 143 | set $WS6 6:6⃣ |
| 125 | set $WS7 7:7⃣ | 144 | set $WS7 7:7⃣ |
| 126 | set $WS8 8:8⃣ | 145 | set $WS8 8:8⃣ |
| 127 | set $WS9 9:9⃣ | 146 | set $WS9 9:9⃣ |
| 128 | set $WS10 10:0⃣ | 147 | set $WS10 10:0⃣ |
| 129 | 148 | ||
| 130 | assign [class="^Thunderbird$"] → $WS10 | 149 | assign [class="^Thunderbird$"] → $WS10 |
| 131 | assign [class="^evolution"] → output right | 150 | assign [class="^Pidgin"] → $WS10 |
| 132 | assign [class="(?i)pidgin"] → output right | 151 | assign [class="^Hexchat"] → $WS10 |
| 152 | assign [class="(?i)pidgin"] → $WS10 | ||
| 153 | |||
| 154 | bindsym Mod4+BackSpace exec i3-msg move workspace to output right | ||
| 133 | 155 | ||
| 134 | # switch to workspace | 156 | # switch to workspace |
| 135 | bindsym Mod4+1 workspace $WS1 | 157 | bindsym Mod4+1 workspace $WS1 |
| @@ -155,16 +177,16 @@ bindsym Mod4+Shift+8 move container to workspace $WS8 | |||
| 155 | bindsym Mod4+Shift+9 move container to workspace $WS9 | 177 | bindsym Mod4+Shift+9 move container to workspace $WS9 |
| 156 | bindsym Mod4+Shift+0 move container to workspace $WS10 | 178 | bindsym Mod4+Shift+0 move container to workspace $WS10 |
| 157 | 179 | ||
| 158 | workspace 1 output DP-1 | 180 | # workspace 1 output DP-1 |
| 159 | workspace 2 output DP-1 | 181 | # workspace 2 output DP-1 |
| 160 | workspace 3 output DP-1 | 182 | # workspace 3 output DP-1 |
| 161 | workspace 4 output DP-1 | 183 | # workspace 4 output DP-1 |
| 162 | workspace 5 output HDMI-1 | 184 | # workspace 5 output HDMI-1 |
| 163 | workspace 6 output HDMI-1 | 185 | # workspace 6 output HDMI-1 |
| 164 | workspace 7 output HDMI-1 | 186 | # workspace 7 output HDMI-1 |
| 165 | workspace 8 output HDMI-1 | 187 | # workspace 8 output HDMI-1 |
| 166 | workspace "music" output HDMI-1 | 188 | # workspace "music" output HDMI-1 |
| 167 | workspace "background" output HDMI-1 | 189 | # workspace "background" output HDMI-1 |
| 168 | 190 | ||
| 169 | # reload the configuration file | 191 | # reload the configuration file |
| 170 | bindsym $mod+Shift+c reload | 192 | bindsym $mod+Shift+c reload |
| @@ -241,25 +263,25 @@ mode $mode_brightness { | |||
| 241 | #! exec: execute when starting | 263 | #! exec: execute when starting |
| 242 | #! exec_always: execute when starting or restarting | 264 | #! exec_always: execute when starting or restarting |
| 243 | 265 | ||
| 244 | |||
| 245 | |||
| 246 | # exec xrandr --output HDMI-1 --right-of DP-1 | 266 | # exec xrandr --output HDMI-1 --right-of DP-1 |
| 247 | # exec xrandr --output HDMI-1 --right-of VGA-1 | 267 | # exec xrandr --output HDMI-1 --right-of VGA-1 |
| 248 | # exec /usr/bin/xrandr-reset.sh | 268 | # exec /usr/bin/xrandr-reset.sh |
| 249 | # exec setxkbmap -option caps:escape | ||
| 250 | exec xset r rate 330 40 | 269 | exec xset r rate 330 40 |
| 251 | exec xinput --set-prop 'Xornet gaming mouse' 'libinput Accel Speed' 0.1 | 270 | exec xinput --set-prop 'Xornet gaming mouse' 'libinput Accel Speed' 0.1 |
| 252 | exec setsid xautolock -locker i3lock | 271 | # exec setsid xautolock -locker swaylock |
| 253 | 272 | ||
| 254 | exec --no-startup-id /usr/lib/gnome-settings-daemon/gsd-xsettings | 273 | exec swayidle -w timeout 300 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000' |
| 255 | exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 | ||
| 256 | exec --no-startup-id gnome-keyring-daemon --start --components=secrets | ||
| 257 | # start compositor... | ||
| 258 | exec --no-startup-id compton -b --config ~/.config/i3/compton.conf | ||
| 259 | exec --no-startup-id nitrogen --restore | ||
| 260 | exec --no-startup-id nm-applet | ||
| 261 | 274 | ||
| 262 | exec --no-startup-id ln -sf /dev/shm/recently-used.xbel $HOME/.local/share/recently-used.xbel | 275 | # exec gnome-keyring-daemon --start --components=secrets |
| 276 | # start compositor... | ||
| 277 | # exec compton -b --config ~/.config/i3/compton.conf | ||
| 278 | # exec nitrogen --restore | ||
| 279 | exec setsid mako | ||
| 280 | exec nm-applet | ||
| 281 | exec pidgin | ||
| 282 | exec bash -c 'for d in ~/.config/autostart/*.desktop; do awk -e 'match($0,"Exec=(.*)",q){ gsub(/ %.+/, "", q[1]); system("setsid -f " q[1])};' $d; done' | ||
| 283 | exec_always setxkbmap de,us -device evdev -model pc105 -option "" -option keypad:pointerkeys,grp_led:caps,grp:caps_toggle,terminate:ctrl_alt_bksp -v 1 -print | ||
| 284 | # exec setxkbmap -option caps:escape | ||
| 263 | 285 | ||
| 264 | 286 | ||
| 265 | 287 | ||
| @@ -273,39 +295,28 @@ exec setsid hexchat -e --minimize=2 | |||
| 273 | # with default values from base16-tomorrow-night | 295 | # with default values from base16-tomorrow-night |
| 274 | # ============================================== | 296 | # ============================================== |
| 275 | 297 | ||
| 276 | set $base00 #1d1f21 | 298 | include /home/max/.config/base16/base16-sway/themes/base16-tomorrow.config |
| 277 | set $base01 #282a2e | 299 | # main variables ssource default |
| 278 | set $base02 #373b41 | 300 | # d variable default |
| 279 | set $base03 #969896 | 301 | set $background $base01 |
| 280 | set $base04 #b4b7b4 | 302 | set $foreground $base05 |
| 281 | set $base05 #c5c8c6 | 303 | set $cursorColor #00ff00 |
| 282 | set $base06 #e0e0e0 | 304 | |
| 283 | set $base07 #ffffff | 305 | # set_from_resource $foreground base16.cursor $cursorColor |
| 284 | set $base08 #cc6666 | 306 | # set_from_resource $foreground base16.cursor $base05 |
| 285 | set $base09 #de935f | ||
| 286 | set $base0A #f0c674 | ||
| 287 | set $base0B #b5bd68 | ||
| 288 | set $base0C #8abeb7 | ||
| 289 | set $base0D #81a2be | ||
| 290 | set $base0E #b294bb | ||
| 291 | set $base0F #a3685a | ||
| 292 | # d variable default | ||
| 293 | set $cursorColor $base05 | ||
| 294 | set $background $base00 | ||
| 295 | set $foreground $base05 | ||
| 296 | set $foreground $base05 | ||
| 297 | # | ||
| 298 | 307 | ||
| 299 | # Basic bar configuration using the Base16 variables. | 308 | # Basic bar configuration using the Base16 variables. |
| 300 | bar { | 309 | bar { |
| 301 | # status_command i3status --config ~/.config/i3/i3status.conf | 310 | # status_command i3status --config ~/.config/i3/i3status.conf |
| 311 | font pango:monospace 9 | ||
| 302 | status_command i3status --config ~/.config/i3/i3status.conf | 312 | status_command i3status --config ~/.config/i3/i3status.conf |
| 303 | # status_command /home/max/src/i3status/i3status --config ~/.config/i3/i3status.conf | 313 | # swaybar_command swaybar |
| 304 | 314 | ||
| 305 | tray_padding 2 | 315 | tray_padding 2 |
| 316 | tray_output DP-1 | ||
| 306 | mode dock | 317 | mode dock |
| 307 | strip_workspace_numbers yes | 318 | strip_workspace_numbers yes |
| 308 | # separator_symbol "│" | 319 | # separator_symbol "|" |
| 309 | separator_symbol " " | 320 | separator_symbol " " |
| 310 | 321 | ||
| 311 | colors { | 322 | colors { |
| @@ -318,7 +329,7 @@ bar { | |||
| 318 | inactive_workspace $background $background $base03 | 329 | inactive_workspace $background $background $base03 |
| 319 | urgent_workspace $background $background $base08 | 330 | urgent_workspace $background $background $base08 |
| 320 | binding_mode $background $background $foreground | 331 | binding_mode $background $background $foreground |
| 321 | } | 332 | } |
| 322 | } | 333 | } |
| 323 | 334 | ||
| 324 | # Basic color configuration using the Base16 variables for windows and borders. | 335 | # Basic color configuration using the Base16 variables for windows and borders. |
| @@ -331,30 +342,27 @@ client.placeholder $base00 $base00 $base05 $base00 $base00 | |||
| 331 | client.background $background | 342 | client.background $background |
| 332 | 343 | ||
| 333 | 344 | ||
| 334 | for_window [class="(?i)evolution"] title_format "📧 %title" | ||
| 335 | for_window [class="(?i)thunderbird"] title_format "📧 %title" | ||
| 336 | for_window [class="(?i)firefox"] title_format " %title" | ||
| 337 | for_window [class="(?i)chromium"] title_format " %title" | ||
| 338 | for_window [class="(?i)hexchat"] title_format " %title" | ||
| 339 | for_window [class="(?i)pidgin"] title_format "👥 %title" | ||
| 340 | for_window [class="(?i)thunar"] title_format "🗄️ %title" | ||
| 341 | for_window [class="(?i)keepassx?"] title_format "🔑 %title" | ||
| 342 | for_window [class="(?i).*terminal?"] title_format " %title" | ||
| 343 | for_window [class="(?i)xfce4-appfinder"] title_format " %title" | ||
| 344 | for_window [title="YouTube"] title_format " %title" | ||
| 345 | for_window [title="SoundCloud"] title_format " %title" | ||
| 346 | for_window [title=""] title_format "%title" | ||
| 347 | for_window [title=" "] title_format "%title" | ||
| 348 | |||
| 349 | |||
| 350 | # for_window [class="^.*"] border normal 3 | 345 | # for_window [class="^.*"] border normal 3 |
| 351 | # for_window [title="^.*Thunderbird"] border pixel 0 | 346 | # for_window [title="^.*Thunderbird"] border pixel 0 |
| 352 | # for_window [title="^.*Chromium"] border pixel 0 | 347 | # for_window [title="^.*Chromium"] border pixel 0 |
| 353 | # for_window [class="Gvim"] border pixel 0 | 348 | # for_window [class="Gvim"] border pixel 0 |
| 349 | for_window [class="(?i)evolution"] title_format "📧 %title" | ||
| 350 | for_window [class="(?i)thunderbird"] title_format " %title" | ||
| 351 | for_window [class="(?i)firefox"] title_format " %title" | ||
| 352 | for_window [class="(?i)chromium"] title_format " %title" | ||
| 353 | for_window [class="(?i)hexchat"] title_format " %title" | ||
| 354 | for_window [class="(?i)pidgin"] title_format "👥 %title" | ||
| 355 | for_window [class="(?i)thunar"] title_format "🗄️ %title" | ||
| 356 | for_window [class="(?i)keepassx?"] title_format "🔑 %title" | ||
| 357 | for_window [class="(?i).*terminal?"] title_format " %title" | ||
| 358 | for_window [class="(?i).*termite?"] title_format " %title" | ||
| 359 | for_window [class="(?i)xfce4-appfinder"] title_format " %title" | ||
| 360 | for_window [title="YouTube"] title_format " %title" | ||
| 361 | for_window [title=""] title_format "%title" | ||
| 362 | for_window [title=" "] title_format "%title" | ||
| 354 | # for_window [class="(?i)xfce4-terminal"] border pixel 0 | 363 | # for_window [class="(?i)xfce4-terminal"] border pixel 0 |
| 355 | # for_window [class="(?i)xfce4-appfinder"] border pixel 0 | 364 | # for_window [class="(?i)xfce4-appfinder"] border pixel 0 |
| 356 | # # for_window [title="^.*\|"] border pixel 4 | 365 | # for_window [title="^.*\|"] border pixel 4 |
| 357 | |||
| 358 | # for_window [title="^HexChat.*"] border pixel 0 | 366 | # for_window [title="^HexChat.*"] border pixel 0 |
| 359 | # for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks | 367 | # for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks |
| 360 | # for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks | 368 | # for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks |
diff --git a/mako/config b/mako/config new file mode 100644 index 0000000..d695c97 --- /dev/null +++ b/mako/config | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # Paths to default icons. | ||
| 2 | icon-path="/usr/share/icons/hicolor/32x32/apps/:/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/" | ||
| 3 | anchor=bottom-right | ||
diff --git a/rofi/config b/rofi/config new file mode 100644 index 0000000..6106e35 --- /dev/null +++ b/rofi/config | |||
| @@ -0,0 +1,283 @@ | |||
| 1 | ! "Enabled modi" Set from: Default | ||
| 2 | rofi.modi: window,run,ssh,drun | ||
| 3 | ! "Window width" Set from: Default | ||
| 4 | ! rofi.width: 50 | ||
| 5 | ! "Number of lines" Set from: Default | ||
| 6 | ! rofi.lines: 15 | ||
| 7 | ! "Number of columns" Set from: Default | ||
| 8 | ! rofi.columns: 1 | ||
| 9 | ! "Font to use" Set from: Default | ||
| 10 | ! rofi.font: mono 12 | ||
| 11 | ! "Border width" Set from: Default | ||
| 12 | ! rofi.bw: 1 | ||
| 13 | ! "Location on screen" Set from: Default | ||
| 14 | ! rofi.location: 0 | ||
| 15 | ! "Padding" Set from: Default | ||
| 16 | ! rofi.padding: 5 | ||
| 17 | ! "Y-offset relative to location" Set from: Default | ||
| 18 | ! rofi.yoffset: 0 | ||
| 19 | ! "X-offset relative to location" Set from: Default | ||
| 20 | ! rofi.xoffset: 0 | ||
| 21 | ! "Always show number of lines" Set from: Default | ||
| 22 | ! rofi.fixed-num-lines: true | ||
| 23 | ! "Whether to load and show icons" Set from: Default | ||
| 24 | ! rofi.show-icons: false | ||
| 25 | ! "Terminal to use" Set from: Default | ||
| 26 | ! rofi.terminal: rofi-sensible-terminal | ||
| 27 | / "Ssh client to use" Set from: Default | ||
| 28 | ! rofi.ssh-client: ssh | ||
| 29 | ! "Ssh command to execute" Set from: Default | ||
| 30 | ! rofi.ssh-command: {terminal} -e {ssh-client} {host} | ||
| 31 | ! "Run command to execute" Set from: Default | ||
| 32 | ! rofi.run-command: {cmd} | ||
| 33 | ! "Command to get extra run targets" Set from: Default | ||
| 34 | ! rofi.run-list-command: | ||
| 35 | ! "Run command to execute that runs in shell" Set from: Default | ||
| 36 | ! rofi.run-shell-command: {terminal} -e {cmd} | ||
| 37 | ! "Command executed on accep-entry-custom for window modus" Set from: Default | ||
| 38 | ! rofi.window-command: xkill -id {window} | ||
| 39 | ! "Window fields to match in window mode" Set from: Default | ||
| 40 | ! rofi.window-match-fields: all | ||
| 41 | ! "Theme to use to look for icons" Set from: Default | ||
| 42 | ! rofi.icon-theme: | ||
| 43 | ! "Desktop entry fields to match in drun" Set from: Default | ||
| 44 | ! rofi.drun-match-fields: name,generic,exec,categories | ||
| 45 | ! "Desktop entry show actions." Set from: Default | ||
| 46 | ! rofi.drun-show-actions: false | ||
| 47 | ! "DRUN format string. (Supports: generic,name,comment,exec,categories)" Set from: Default | ||
| 48 | ! rofi.drun-display-format: {name} [<span weight='light' size='small'><i>({generic})</i></span>] | ||
| 49 | ! "Disable history in run/ssh" Set from: Default | ||
| 50 | ! rofi.disable-history: false | ||
| 51 | ! "Use sorting" Set from: Default | ||
| 52 | ! rofi.sort: false | ||
| 53 | ! "Choose the strategy used for sorting: normal (levenshtein) or fzf." Set from: Default | ||
| 54 | ! rofi.sorting-method: | ||
| 55 | ! "Set case-sensitivity" Set from: Default | ||
| 56 | ! rofi.case-sensitive: false | ||
| 57 | ! "Cycle through the results list" Set from: Default | ||
| 58 | ! rofi.cycle: true | ||
| 59 | ! "Enable sidebar-mode" Set from: Default | ||
| 60 | ! rofi.sidebar-mode: false | ||
| 61 | ! "Row height (in chars)" Set from: Default | ||
| 62 | ! rofi.eh: 1 | ||
| 63 | ! "Enable auto select mode" Set from: Default | ||
| 64 | ! rofi.auto-select: false | ||
| 65 | ! "Parse hosts file for ssh mode" Set from: Default | ||
| 66 | ! rofi.parse-hosts: false | ||
| 67 | ! "Parse known_hosts file for ssh mode" Set from: Default | ||
| 68 | ! rofi.parse-known-hosts: true | ||
| 69 | ! "Set the modi to combine in combi mode" Set from: Default | ||
| 70 | ! rofi.combi-modi: window,run | ||
| 71 | ! "Set the matching algorithm. (normal, regex, glob, fuzzy)" Set from: Default | ||
| 72 | ! rofi.matching: normal | ||
| 73 | ! "Tokenize input string" Set from: Default | ||
| 74 | ! rofi.tokenize: true | ||
| 75 | ! "Monitor id to show on" Set from: Default | ||
| 76 | ! rofi.m: -5 | ||
| 77 | rofi.m: 0 | ||
| 78 | ! "Margin between rows *DEPRECATED*" Set from: Default | ||
| 79 | ! rofi.line-margin: 2 | ||
| 80 | ! "Padding within rows *DEPRECATED*" Set from: Default | ||
| 81 | ! rofi.line-padding: 1 | ||
| 82 | ! "Pre-set filter" Set from: Default | ||
| 83 | ! rofi.filter: | ||
| 84 | ! "Separator style (none, dash, solid) *DEPRECATED*" Set from: Default | ||
| 85 | ! rofi.separator-style: dash | ||
| 86 | ! "Hide scroll-bar *DEPRECATED*" Set from: Default | ||
| 87 | ! rofi.hide-scrollbar: false | ||
| 88 | ! "Fullscreen" Set from: Default | ||
| 89 | ! rofi.fullscreen: false | ||
| 90 | ! "Fake transparency *DEPRECATED*" Set from: Default | ||
| 91 | ! rofi.fake-transparency: false | ||
| 92 | ! "DPI" Set from: Default | ||
| 93 | ! rofi.dpi: -1 | ||
| 94 | ! "Threads to use for string matching" Set from: Default | ||
| 95 | ! rofi.threads: 0 | ||
| 96 | ! "Scrollbar width *DEPRECATED*" Set from: Default | ||
| 97 | ! rofi.scrollbar-width: 8 | ||
| 98 | ! "Scrolling method. (0: Page, 1: Centered)" Set from: Default | ||
| 99 | ! rofi.scroll-method: 0 | ||
| 100 | ! "Background to use for fake transparency. (background or screenshot)" Set from: Default | ||
| 101 | ! rofi.fake-background: screenshot | ||
| 102 | rofi.fake-background: screenshot | ||
| 103 | ! "Window Format. w (desktop name), t (title), n (name), r (role), c (class) *DEPRECATED*" Set from: Default | ||
| 104 | ! rofi.window-format: {w} {i}{c} {t} | ||
| 105 | ! "Click outside the window to exit" Set from: Default | ||
| 106 | ! rofi.click-to-exit: true | ||
| 107 | ! "Indicate how it match by underlining it." Set from: Default | ||
| 108 | ! rofi.show-match: true | ||
| 109 | ! "New style theme file" Set from: Default | ||
| 110 | ! rofi.theme: | ||
| 111 | rofi.theme: sidebar | ||
| 112 | ! "Color scheme for normal row" Set from: Default | ||
| 113 | ! rofi.color-normal: | ||
| 114 | ! "Color scheme for urgent row" Set from: Default | ||
| 115 | ! rofi.color-urgent: | ||
| 116 | ! "Color scheme for active row" Set from: Default | ||
| 117 | ! rofi.color-active: | ||
| 118 | ! "Color scheme window" Set from: Default | ||
| 119 | ! rofi.color-window: | ||
| 120 | ! "Max history size (WARNING: can cause slowdowns when set to high)." Set from: Default | ||
| 121 | ! rofi.max-history-size: 25 | ||
| 122 | ! "Hide the prefix mode prefix on the combi view." Set from: Default | ||
| 123 | ! rofi.combi-hide-mode-prefix: false | ||
| 124 | ! "Set the character used to negate the matching. ('\0' to disable)" Set from: Default | ||
| 125 | ! rofi.matching-negate-char: - | ||
| 126 | ! "Pidfile location" Set from: Default | ||
| 127 | ! rofi.pid: /run/user/1001/rofi.pid | ||
| 128 | ! "The display name of this browser" Set from: Default | ||
| 129 | ! rofi.display-window: | ||
| 130 | ! "The display name of this browser" Set from: Default | ||
| 131 | ! rofi.display-windowcd: | ||
| 132 | ! "The display name of this browser" Set from: Default | ||
| 133 | ! rofi.display-run: | ||
| 134 | ! "The display name of this browser" Set from: Default | ||
| 135 | ! rofi.display-ssh: | ||
| 136 | ! "The display name of this browser" Set from: Default | ||
| 137 | ! rofi.display-drun: | ||
| 138 | ! "The display name of this browser" Set from: Default | ||
| 139 | ! rofi.display-combi: | ||
| 140 | ! "The display name of this browser" Set from: Default | ||
| 141 | ! rofi.display-keys: | ||
| 142 | ! "Paste primary selection" Set from: Default | ||
| 143 | ! rofi.kb-primary-paste: Control+V,Shift+Insert | ||
| 144 | ! "Paste clipboard" Set from: Default | ||
| 145 | ! rofi.kb-secondary-paste: Control+v,Insert | ||
| 146 | ! "Clear input line" Set from: Default | ||
| 147 | ! rofi.kb-clear-line: Control+w | ||
| 148 | ! "Beginning of line" Set from: Default | ||
| 149 | ! rofi.kb-move-front: Control+a | ||
| 150 | ! "End of line" Set from: Default | ||
| 151 | ! rofi.kb-move-end: Control+e | ||
| 152 | ! "Move back one word" Set from: Default | ||
| 153 | ! rofi.kb-move-word-back: Alt+b,Control+Left | ||
| 154 | ! "Move forward one word" Set from: Default | ||
| 155 | ! rofi.kb-move-word-forward: Alt+f,Control+Right | ||
| 156 | ! "Move back one char" Set from: Default | ||
| 157 | ! rofi.kb-move-char-back: Left,Control+b | ||
| 158 | ! "Move forward one char" Set from: Default | ||
| 159 | ! rofi.kb-move-char-forward: Right,Control+f | ||
| 160 | ! "Delete previous word" Set from: Default | ||
| 161 | ! rofi.kb-remove-word-back: Control+Alt+h,Control+BackSpace | ||
| 162 | ! "Delete next word" Set from: Default | ||
| 163 | ! rofi.kb-remove-word-forward: Control+Alt+d | ||
| 164 | ! "Delete next char" Set from: Default | ||
| 165 | ! rofi.kb-remove-char-forward: Delete,Control+d | ||
| 166 | ! "Delete previous char" Set from: Default | ||
| 167 | ! rofi.kb-remove-char-back: BackSpace,Shift+BackSpace,Control+h | ||
| 168 | ! "Delete till the end of line" Set from: Default | ||
| 169 | ! rofi.kb-remove-to-eol: Control+k | ||
| 170 | ! "Delete till the start of line" Set from: Default | ||
| 171 | ! rofi.kb-remove-to-sol: Control+u | ||
| 172 | ! "Accept entry" Set from: Default | ||
| 173 | ! rofi.kb-accept-entry: Control+j,Control+m,Return,KP_Enter | ||
| 174 | ! "Use entered text as command (in ssh/run modi)" Set from: Default | ||
| 175 | ! rofi.kb-accept-custom: Control+Return | ||
| 176 | ! "Use alternate accept command." Set from: Default | ||
| 177 | ! rofi.kb-accept-alt: Shift+Return | ||
| 178 | ! "Delete entry from history" Set from: Default | ||
| 179 | ! rofi.kb-delete-entry: Shift+Delete | ||
| 180 | ! "Switch to the next mode." Set from: Default | ||
| 181 | ! rofi.kb-mode-next: Shift+Right,Control+Tab | ||
| 182 | ! "Switch to the previous mode." Set from: Default | ||
| 183 | ! rofi.kb-mode-previous: Shift+Left,Control+ISO_Left_Tab | ||
| 184 | ! "Go to the previous column" Set from: Default | ||
| 185 | ! rofi.kb-row-left: Control+Page_Up | ||
| 186 | ! "Go to the next column" Set from: Default | ||
| 187 | ! rofi.kb-row-right: Control+Page_Down | ||
| 188 | ! "Select previous entry" Set from: Default | ||
| 189 | ! rofi.kb-row-up: Up,Control+p,ISO_Left_Tab | ||
| 190 | ! "Select next entry" Set from: Default | ||
| 191 | ! rofi.kb-row-down: Down,Control+n | ||
| 192 | ! "Go to next row, if one left, accept it, if no left next mode." Set from: Default | ||
| 193 | ! rofi.kb-row-tab: Tab | ||
| 194 | ! "Go to the previous page" Set from: Default | ||
| 195 | ! rofi.kb-page-prev: Page_Up | ||
| 196 | ! "Go to the next page" Set from: Default | ||
| 197 | ! rofi.kb-page-next: Page_Down | ||
| 198 | ! "Go to the first entry" Set from: Default | ||
| 199 | ! rofi.kb-row-first: Home,KP_Home | ||
| 200 | ! "Go to the last entry" Set from: Default | ||
| 201 | ! rofi.kb-row-last: End,KP_End | ||
| 202 | ! "Set selected item as input text" Set from: Default | ||
| 203 | ! rofi.kb-row-select: Control+space | ||
| 204 | ! "Take a screenshot of the rofi window" Set from: Default | ||
| 205 | ! rofi.kb-screenshot: Alt+S | ||
| 206 | ! "Toggle case sensitivity" Set from: Default | ||
| 207 | ! rofi.kb-toggle-case-sensitivity: grave,dead_grave | ||
| 208 | ! "Toggle sort" Set from: Default | ||
| 209 | ! rofi.kb-toggle-sort: Alt+grave | ||
| 210 | ! "Quit rofi" Set from: Default | ||
| 211 | ! rofi.kb-cancel: Escape,Control+g,Control+bracketleft | ||
| 212 | ! "Custom keybinding 1" Set from: Default | ||
| 213 | ! rofi.kb-custom-1: Alt+1 | ||
| 214 | ! "Custom keybinding 2" Set from: Default | ||
| 215 | ! rofi.kb-custom-2: Alt+2 | ||
| 216 | ! "Custom keybinding 3" Set from: Default | ||
| 217 | ! rofi.kb-custom-3: Alt+3 | ||
| 218 | ! "Custom keybinding 4" Set from: Default | ||
| 219 | ! rofi.kb-custom-4: Alt+4 | ||
| 220 | ! "Custom Keybinding 5" Set from: Default | ||
| 221 | ! rofi.kb-custom-5: Alt+5 | ||
| 222 | ! "Custom keybinding 6" Set from: Default | ||
| 223 | ! rofi.kb-custom-6: Alt+6 | ||
| 224 | ! "Custom Keybinding 7" Set from: Default | ||
| 225 | ! rofi.kb-custom-7: Alt+7 | ||
| 226 | ! "Custom keybinding 8" Set from: Default | ||
| 227 | ! rofi.kb-custom-8: Alt+8 | ||
| 228 | ! "Custom keybinding 9" Set from: Default | ||
| 229 | ! rofi.kb-custom-9: Alt+9 | ||
| 230 | ! "Custom keybinding 10" Set from: Default | ||
| 231 | ! rofi.kb-custom-10: Alt+0 | ||
| 232 | ! "Custom keybinding 11" Set from: Default | ||
| 233 | ! rofi.kb-custom-11: Alt+exclam | ||
| 234 | ! "Custom keybinding 12" Set from: Default | ||
| 235 | ! rofi.kb-custom-12: Alt+at | ||
| 236 | ! "Csutom keybinding 13" Set from: Default | ||
| 237 | ! rofi.kb-custom-13: Alt+numbersign | ||
| 238 | ! "Custom keybinding 14" Set from: Default | ||
| 239 | ! rofi.kb-custom-14: Alt+dollar | ||
| 240 | ! "Custom keybinding 15" Set from: Default | ||
| 241 | ! rofi.kb-custom-15: Alt+percent | ||
| 242 | ! "Custom keybinding 16" Set from: Default | ||
| 243 | ! rofi.kb-custom-16: Alt+dead_circumflex | ||
| 244 | ! "Custom keybinding 17" Set from: Default | ||
| 245 | ! rofi.kb-custom-17: Alt+ampersand | ||
| 246 | ! "Custom keybinding 18" Set from: Default | ||
| 247 | ! rofi.kb-custom-18: Alt+asterisk | ||
| 248 | ! "Custom Keybinding 19" Set from: Default | ||
| 249 | ! rofi.kb-custom-19: Alt+parenleft | ||
| 250 | ! "Select row 1" Set from: Default | ||
| 251 | ! rofi.kb-select-1: Super+1 | ||
| 252 | ! "Select row 2" Set from: Default | ||
| 253 | ! rofi.kb-select-2: Super+2 | ||
| 254 | ! "Select row 3" Set from: Default | ||
| 255 | ! rofi.kb-select-3: Super+3 | ||
| 256 | ! "Select row 4" Set from: Default | ||
| 257 | ! rofi.kb-select-4: Super+4 | ||
| 258 | ! "Select row 5" Set from: Default | ||
| 259 | ! rofi.kb-select-5: Super+5 | ||
| 260 | ! "Select row 6" Set from: Default | ||
| 261 | ! rofi.kb-select-6: Super+6 | ||
| 262 | ! "Select row 7" Set from: Default | ||
| 263 | ! rofi.kb-select-7: Super+7 | ||
| 264 | ! "Select row 8" Set from: Default | ||
| 265 | ! rofi.kb-select-8: Super+8 | ||
| 266 | ! "Select row 9" Set from: Default | ||
| 267 | ! rofi.kb-select-9: Super+9 | ||
| 268 | ! "Select row 10" Set from: Default | ||
| 269 | ! rofi.kb-select-10: Super+0 | ||
| 270 | ! "Go to the previous column" Set from: Default | ||
| 271 | ! rofi.ml-row-left: ScrollLeft | ||
| 272 | ! "Go to the next column" Set from: Default | ||
| 273 | ! rofi.ml-row-right: ScrollRight | ||
| 274 | ! "Select previous entry" Set from: Default | ||
| 275 | ! rofi.ml-row-up: ScrollUp | ||
| 276 | ! "Select next entry" Set from: Default | ||
| 277 | ! rofi.ml-row-down: ScrollDown | ||
| 278 | ! "Select hovered row" Set from: Default | ||
| 279 | ! rofi.me-select-entry: MousePrimary | ||
| 280 | ! "Accept hovered row" Set from: Default | ||
| 281 | ! rofi.me-accept-entry: MouseDPrimary | ||
| 282 | ! "Accept hovered row with custom action" Set from: Default | ||
| 283 | ! rofi.me-accept-custom: Control+MouseDPrimary | ||
