rofi call bug fixe, minor changes
This commit is contained in:
8
config
8
config
@@ -2,12 +2,11 @@ set $mod Mod4
|
||||
floating_modifier $mod
|
||||
|
||||
exec --no-startup-id ~/.config/i3/bin/auto-outputs
|
||||
exec --no-startup-id ~/.config/i3/bin/create_workspaces
|
||||
|
||||
##########
|
||||
# Visual #
|
||||
##########
|
||||
font pango:Ubuntu Mono 16
|
||||
font pango:DejaVu Sans Mono 12
|
||||
exec --no-startup-id feh --bg-scale ~/.wallpaper
|
||||
hide_edge_borders smart
|
||||
default_border pixel 1
|
||||
@@ -38,8 +37,9 @@ bindsym $mod+Return exec kitty
|
||||
bindsym $mod+e exec emacsclient -c -n
|
||||
# Some menus
|
||||
bindsym $mod+F1 exec ~/.config/i3/bin/menu_workspace_name
|
||||
bindsym $mod+F2 exec rofi -modi run -show run
|
||||
bindsym $mod+F3 exec ~/.scripts/generate-rofi-ssh && rofi -lines 50 -modi ssh -show ssh
|
||||
bindsym $mod+F2 exec rofi -modi run -show run -config ~/.config/rofi/config
|
||||
bindsym $mod+F3 exec ~/.scripts/generate-rofi-ssh && rofi -lines 50 -modi ssh -show ssh -config ~/.config/rofi/config
|
||||
bindsym $mod+Control+F3 exec ~/.scripts/generate-rofi-ssh && SSH_OPTIONS=-A rofi -lines 50 -modi ssh -show ssh -config ~/.config/rofi/config
|
||||
bindsym $mod+j exec ~/.config/i3/bin/menu_workspace_switch
|
||||
# change container layout (tabbed, toggle split)
|
||||
bindsym $mod+space layout toggle tabbed splith
|
||||
|
||||
Reference in New Issue
Block a user